Skip to content

Commit be3c0d7

Browse files
committed
Fix init
1 parent 1801315 commit be3c0d7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/BlazorApps.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<Solution>
2+
<Project Path="BlazorApps/BlazorApps.csproj" />
23
</Solution>

src/BlazorApps/App.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<Found Context="routeData">
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
44
</Found>
5+
<!--
56
<NotFound>
67
<PageTitle>Not found</PageTitle>
78
<LayoutView Layout="@typeof(MainLayout)">
89
<p role="alert">Sorry, there's nothing at this address.</p>
910
</LayoutView>
1011
</NotFound>
12+
-->
1113
</Router>

0 commit comments

Comments
 (0)