2025-05-29 14:04:36 -04:00
|
|
|
<!-- Wrap the router in a cascading app state -->
|
2025-05-30 03:58:16 -04:00
|
|
|
<IPAddressGrabber />
|
2025-05-29 14:04:36 -04:00
|
|
|
<CascadingAppState>
|
|
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
|
|
|
<Found Context="routeData">
|
|
|
|
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
|
|
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1" />
|
|
|
|
</Found>
|
|
|
|
</Router>
|
|
|
|
</CascadingAppState>
|