Files
EarthborneTrailerblazer/ET/Web/App.razor
T
2026-06-12 15:28:39 -04:00

7 lines
295 B
Plaintext

@using Web.Pages
<Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(NotFound)">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
<FocusOnNavigate RouteData="@routeData" Selector="h1"/>
</Found>
</Router>