Skip to content

Commit 080cea1

Browse files
committed
Update the project
1 parent 0caa900 commit 080cea1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+541
-456
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<Router AppAssembly="@typeof(Program).Assembly">
1+
<Router AppAssembly="@typeof(App).Assembly">
22
<Found Context="routeData">
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4+
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
45
</Found>
56
<NotFound>
7+
<PageTitle>Not found</PageTitle>
68
<LayoutView Layout="@typeof(MainLayout)">
7-
<p>Sorry, there's nothing at this address.</p>
9+
<p role="alert">Sorry, there's nothing at this address.</p>
810
</LayoutView>
911
</NotFound>
1012
</Router>

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/CustomAdaptor-Drag-Drop.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/Data/WeatherForecastService.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/Pages/Error.razor

Lines changed: 0 additions & 16 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/Program.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/Shared/MainLayout.razor

Lines changed: 0 additions & 15 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/Shared/NavMenu.razor

Lines changed: 0 additions & 37 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/Startup.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/wwwroot/css/bootstrap/bootstrap.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

CustomAdaptorD&D/CustomAdaptor-Drag-Drop/wwwroot/css/bootstrap/bootstrap.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)