Cache refresh.

This commit is contained in:
2026-04-12 02:19:02 +05:00
parent 2089f76d1a
commit 9df0292291
24 changed files with 3842 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>