7 lines
366 B
Plaintext
7 lines
366 B
Plaintext
<Router AppAssembly="@typeof(MauiProgram).Assembly" AdditionalAssemblies="[typeof(HelloShop.AppShared._Imports).Assembly]">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(HelloShop.AppShared.Components.Layout.MainLayout)" />
|
|
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
|
|
</Found>
|
|
</Router>
|