diff --git a/Components/Navigation/DesktopNavComponent.razor b/Components/Navigation/DesktopNavComponent.razor index af3cf08..4d4fc88 100644 --- a/Components/Navigation/DesktopNavComponent.razor +++ b/Components/Navigation/DesktopNavComponent.razor @@ -1,25 +1,20 @@ @inherits LayoutComponentBase -@inject INavigationService NavigationService -@using Services -@using Model.Website -@using Model.Website.Enums -@using Microsoft.EntityFrameworkCore +@inject INavigationService navigationService @implements IDisposable -