forked from jakub/dotnettest
Initial Blazor Server Drone demo
This commit is contained in:
9
MyBlazorApp/App.razor
Normal file
9
MyBlazorApp/App.razor
Normal file
@@ -0,0 +1,9 @@
|
||||
<Router AppAssembly="@typeof(Program).Assembly">
|
||||
<Found Context="routeData">
|
||||
<RouteView RouteData="@routeData" />
|
||||
</Found>
|
||||
<NotFound>
|
||||
<h1>Page not found</h1>
|
||||
</NotFound>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user