Skip to content

Commit 748cbf0

Browse files
authored
Fix missing @ before typeof(Startup) (#17694)
1 parent f2c13c4 commit 748cbf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aspnetcore/blazor/layouts/sample_snapshot/3.x

aspnetcore/blazor/layouts/sample_snapshot/3.x/App1.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Router AppAssembly="typeof(Startup).Assembly">
1+
<Router AppAssembly="@typeof(Startup).Assembly">
22
<Found Context="routeData">
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
44
</Found>

0 commit comments

Comments
 (0)