summaryrefslogtreecommitdiff
path: root/App.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-05 00:37:02 +1000
committerJake Mannens <jake@asger.xyz>2026-06-15 10:45:43 +1000
commit94c6c319d434db270575e83b6c5d0e45e160194d (patch)
tree59a7e6a975e1ceb370381dbe2577c4d7196add30 /App.razor
parent51f2bd878968503e0117f6fa8aeccaac5d5e0f46 (diff)
Deleted server-specific files
Diffstat (limited to 'App.razor')
-rw-r--r--App.razor19
1 files changed, 0 insertions, 19 deletions
diff --git a/App.razor b/App.razor
deleted file mode 100644
index b4e47c9..0000000
--- a/App.razor
+++ /dev/null
@@ -1,19 +0,0 @@
-<CascadingAuthenticationState>
- <Router AppAssembly="@typeof(App).Assembly">
- <Found Context="routeData">
- <AuthorizeRouteView
- RouteData="@routeData"
- DefaultLayout="@typeof(MainLayout)">
- <NotAuthorized>
- <RedirectLogin/>
- </NotAuthorized>
- </AuthorizeRouteView>
- </Found>
- <NotFound>
- <PageTitle>Not found</PageTitle>
- <LayoutView Layout="@typeof(MainLayout)">
- <p role="alert">Sorry, there's nothing at this address.</p>
- </LayoutView>
- </NotFound>
- </Router>
-</CascadingAuthenticationState>