mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-11 13:14:47 -05:00
Initial commit
This commit is contained in:
commit
210499ef8a
41 changed files with 5060 additions and 0 deletions
9
src/App.razor
Normal file
9
src/App.razor
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue