From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。

---
 MudBlazorTemplates1/App.razor |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/MudBlazorTemplates1/App.razor b/MudBlazorTemplates1/App.razor
new file mode 100644
index 0000000..b80db76
--- /dev/null
+++ b/MudBlazorTemplates1/App.razor
@@ -0,0 +1,11 @@
+<Router AppAssembly="@typeof(App).Assembly">
+    <Found Context="routeData">
+        <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
+    </Found>
+    <NotFound>
+        <PageTitle>Not found</PageTitle>
+        <LayoutView Layout="@typeof(MainLayout)">
+            <p role="alert">Sorry, there's nothing at this address.</p>
+        </LayoutView>
+    </NotFound>
+</Router>
\ No newline at end of file

--
Gitblit v1.10.0