File tree 3 files changed +2
-2
lines changed
src/Templates/src/templates/maui-blazor
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Router AppAssembly =" @typeof(MauiProgram).Assembly" >
2
2
<Found Context =" routeData" >
3
- <RouteView RouteData =" @routeData" DefaultLayout =" @typeof(Components. Layout.MainLayout)" />
3
+ <RouteView RouteData =" @routeData" DefaultLayout =" @typeof(Layout.MainLayout)" />
4
4
<FocusOnNavigate RouteData =" @routeData" Selector =" h1" />
5
5
</Found >
6
6
</Router >
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
8
8
<BlazorWebView x : Name =" blazorWebView" HostPage =" wwwroot/index.html" >
9
9
<BlazorWebView .RootComponents>
10
- <RootComponent Selector =" #app" ComponentType =" {x:Type local:Routes}" />
10
+ <RootComponent Selector =" #app" ComponentType =" {x:Type local:Components. Routes}" />
11
11
</BlazorWebView .RootComponents>
12
12
</BlazorWebView >
13
13
You can’t perform that action at this time.
0 commit comments