Skip to content

Commit e840473

Browse files
authored
Update path to the Routes component (#35141)
1 parent 6da56e8 commit e840473

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The `MainLayout` component adopts the following additional specifications:
205205
* An `<article>` element with the <xref:Microsoft.AspNetCore.Components.LayoutComponentBase.Body%2A> (`@Body`) parameter, where components that use the layout are rendered.
206206
* The error UI (`<div id="blazor-error-ui" ...>`), where a notice about an unhandled error is displayed.
207207

208-
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Pages/Routes.razor`):
208+
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Routes.razor`):
209209

210210
```razor
211211
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />

0 commit comments

Comments
 (0)