diff options
| author | Tim <contact@bytim.eu> | 2025-12-25 19:59:26 +0100 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2025-12-25 19:59:26 +0100 |
| commit | 771b949618bb4e07c09c2fb94a7f92e13f471b9e (patch) | |
| tree | 88c2e69fc14bef91e414c605712420437cc92ccf /ShareGuard.Web/Components/Routes.razor | |
Diffstat (limited to 'ShareGuard.Web/Components/Routes.razor')
| -rw-r--r-- | ShareGuard.Web/Components/Routes.razor | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShareGuard.Web/Components/Routes.razor b/ShareGuard.Web/Components/Routes.razor new file mode 100644 index 0000000..1f3983c --- /dev/null +++ b/ShareGuard.Web/Components/Routes.razor @@ -0,0 +1,6 @@ +<Router AppAssembly="typeof(Program).Assembly"> + <Found Context="routeData"> + <RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)"/> + <FocusOnNavigate RouteData="routeData" Selector="h1"/> + </Found> +</Router>
\ No newline at end of file |
