mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-11 05:14:46 -05:00
9 lines
288 B
Text
9 lines
288 B
Text
<Router AppAssembly="@typeof(App).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" />
|
|
</Found>
|
|
<NotFound>
|
|
<PageTitle>Not found</PageTitle>
|
|
<p role="alert">Sorry, there's nothing at this address.</p>
|
|
</NotFound>
|
|
</Router>
|