adminsystem/UI/Components/Routes.razor

6 lines
188 B
Plaintext
Raw Permalink Normal View History

2024-05-30 10:49:02 +08:00
<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>
</Router>