Files
point_of_sale_v2/PointOfSale/Pos.Web/Components/Routes.razor

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>