Restructuing

This commit is contained in:
2026-07-05 16:30:58 -04:00
parent 678e20d402
commit 7b0f2ce1a5
767 changed files with 354 additions and 76 deletions
+1
View File
@@ -1,6 +1,7 @@
@namespace Shared.Pages
@inject CardRenderingService CardRenderer
@page "/decks/{Name}"
@using Model
<PageTitle>Chrono CCG - @(deck?.Name ?? "Deck Details")</PageTitle>
+1
View File
@@ -1,5 +1,6 @@
@namespace Shared.Pages
@page "/decks"
@using Model
<PageTitle>Chrono CCG - Decks</PageTitle>
+1
View File
@@ -1,5 +1,6 @@
@namespace Shared.Pages
@page "/docs"
@using Model
<PageTitle>Docs</PageTitle>
-1
View File
@@ -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>