Files
hcs/Hcs.WebApp/Components/Routes.razor

6 lines
192 B
Plaintext

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