diff --git a/CulinaryCommandApp/Components/Layout/NavMenu.razor b/CulinaryCommandApp/Components/Layout/NavMenu.razor index 3d64bda..aa90786 100644 --- a/CulinaryCommandApp/Components/Layout/NavMenu.razor +++ b/CulinaryCommandApp/Components/Layout/NavMenu.razor @@ -5,6 +5,9 @@ @using CulinaryCommand.Components.Custom @using CulinaryCommand.Services @inject IUserContextService UserCtx +@inject LocationState LocationState +@inject NavigationManager Nav +@implements IDisposable @rendermode InteractiveServer @if (_role == "Admin") @@ -81,12 +85,6 @@ Ingredients - -