Страница загрузки

This commit is contained in:
FrigaT
2026-04-15 19:58:18 +03:00
parent ba13199ca2
commit d03bd193c2
3 changed files with 135 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
<CascadingAuthenticationState>
@using PlaylistShared.Pwa.Components.Common
<CascadingAuthenticationState>
<Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(Pages.NotFound)" >
<Found Context="routeData">
<AuthorizeRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)">