aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web/Components/Routes.razor
blob: 1f3983c26812049ded956b214794ce8aa290cee4 (plain)
1
2
3
4
5
6
<Router AppAssembly="typeof(Program).Assembly">
    <Found Context="routeData">
        <RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)"/>
        <FocusOnNavigate RouteData="routeData" Selector="h1"/>
    </Found>
</Router>