Changed directory structure. (#12241)

Think new templates have simplified the directory structure.
pull/12298/head
doterik 2019-05-06 17:41:18 +02:00 committed by Scott Addie
parent 97a8805577
commit 8142f2658b
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@ Add a new component to the app that implements a simple todo list.
1. Add the Todo component to the navigation bar.
The NavMenu component (*Pages/Shared/NavMenu.razor*) is used in the app's layout. Layouts are components that allow you to avoid duplication of content in the app. For more information, see <xref:blazor/layouts>.
The NavMenu component (*Shared/NavMenu.razor*) is used in the app's layout. Layouts are components that allow you to avoid duplication of content in the app. For more information, see <xref:blazor/layouts>.
Add a `<NavLink>` for the Todo component by adding the following list item markup below the existing list items in the *Pages/Shared/NavMenu.razor* file:
Add a `<NavLink>` for the Todo component by adding the following list item markup below the existing list items in the *Shared/NavMenu.razor* file:
```cshtml
<li class="nav-item px-3">