Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CustomCommand/CustomCommand/App.razor → App.razor
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Router AppAssembly="@typeof(Program).Assembly">
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
11 changes: 0 additions & 11 deletions CustomCommand/CustomCommand/CustomCommand.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions CustomCommand/CustomCommand/Data/WeatherForecastService.cs

This file was deleted.

16 changes: 0 additions & 16 deletions CustomCommand/CustomCommand/Pages/Error.razor

This file was deleted.

25 changes: 0 additions & 25 deletions CustomCommand/CustomCommand/Pages/_Host.cshtml

This file was deleted.

28 changes: 0 additions & 28 deletions CustomCommand/CustomCommand/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions CustomCommand/CustomCommand/Shared/MainLayout.razor

This file was deleted.

37 changes: 0 additions & 37 deletions CustomCommand/CustomCommand/Shared/NavMenu.razor

This file was deleted.

60 changes: 0 additions & 60 deletions CustomCommand/CustomCommand/Startup.cs

This file was deleted.

9 changes: 0 additions & 9 deletions CustomCommand/CustomCommand/appsettings.Development.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading