[REFACTOR] Name change projects and solution
This commit is contained in:
9
Manager.App/Components/Layout/NavMenu.razor
Normal file
9
Manager.App/Components/Layout/NavMenu.razor
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
<MudNavMenu>
|
||||
<MudText Typo="Typo.h6" Class="px-4">YouTube Import</MudText>
|
||||
<MudDivider Class="my-2"/>
|
||||
<MudNavLink Href="/" Match="NavLinkMatch.Prefix">Home</MudNavLink>
|
||||
<MudNavLink Href="/Accounts" Match="NavLinkMatch.All">Accounts</MudNavLink>
|
||||
<MudNavLink Href="/Library" Match="NavLinkMatch.All">Library</MudNavLink>
|
||||
<MudNavLink Href="/Playlists" Match="NavLinkMatch.All">Playlists</MudNavLink>
|
||||
</MudNavMenu>
|
Reference in New Issue
Block a user