Files
Enciphered.Blazor.UIComponents/Components/Routes.razor
T
2026-04-12 02:19:02 +05:00

6 lines
230 B
Plaintext

<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
</Found>
</Router>