This commit is contained in:
2026-04-12 01:57:08 +05:00
commit 09fec32a55
61 changed files with 5087 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
</Found>
</Router>