mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
9 lines
290 B
Plaintext
9 lines
290 B
Plaintext
<Router AppAssembly="@GetType().Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Shared.MainLayout)" />
|
|
</Found>
|
|
<NotFound>
|
|
<h1>Not found</h1>
|
|
<p>Sorry, there's nothing here.</p>
|
|
</NotFound>
|
|
</Router> |