feature/init-game-list-page (#2)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #2 Co-authored-by: egamorf76 <maxime.adler76@gmail.com> Co-committed-by: egamorf76 <maxime.adler76@gmail.com>
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user