Skip to content

Commit 262f535

Browse files
CR: Quotes
1 parent 0236e1e commit 262f535

File tree

1 file changed

+1
-1
lines changed
  • src/Components/test/testassets/ComponentsApp.App

1 file changed

+1
-1
lines changed

src/Components/test/testassets/ComponentsApp.App/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@using Microsoft.AspNetCore.Components;
22
<CascadingValue Value="Name" Name="Name" IsFixed=true>
3-
<Router AppAssembly=typeof(ComponentsApp.App.App).Assembly>
3+
<Router AppAssembly="@typeof(ComponentsApp.App.App).Assembly">
44
<Found Context="routeData">
55
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
66
</Found>

0 commit comments

Comments
 (0)