Restructuing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@namespace Shared.Pages
|
||||
@inject CardRenderingService CardRenderer
|
||||
@page "/decks/{Name}"
|
||||
@using Model
|
||||
|
||||
<PageTitle>Chrono CCG - @(deck?.Name ?? "Deck Details")</PageTitle>
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@namespace Shared.Pages
|
||||
@page "/decks"
|
||||
@using Model
|
||||
|
||||
<PageTitle>Chrono CCG - Decks</PageTitle>
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@namespace Shared.Pages
|
||||
@page "/docs"
|
||||
@using Model
|
||||
|
||||
<PageTitle>Docs</PageTitle>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
@namespace Shared.Pages
|
||||
@page "/not-found"
|
||||
@layout MainLayout
|
||||
|
||||
<h3>Not Found</h3>
|
||||
<p>Sorry, the content you are looking for does not exist.</p>
|
||||
|
||||
Reference in New Issue
Block a user