Remove base element add main page

This commit is contained in:
2025-02-20 19:13:39 +01:00
parent f653930142
commit dc75903da6
61 changed files with 41 additions and 59912 deletions

View File

@@ -1,11 +1,11 @@
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<RouteView RouteData="@routeData" DefaultLayout="@typeof(GamesBase)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<LayoutView Layout="@typeof(GamesBase)">
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>