From b4284f457e9bc25a9f96d39663ffa08bd6112d86 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:03:25 +0200 Subject: [PATCH] Clean up --- apps/client/src/app/components/header/header.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/app/components/header/header.component.ts b/apps/client/src/app/components/header/header.component.ts index 310b85a2d..80bc5b659 100644 --- a/apps/client/src/app/components/header/header.component.ts +++ b/apps/client/src/app/components/header/header.component.ts @@ -15,7 +15,6 @@ import { hasPermission, permissions } from '@ghostfolio/common/permissions'; import { DateRange } from '@ghostfolio/common/types'; import { GfAssistantComponent } from '@ghostfolio/ui/assistant/assistant.component'; -import { LocationStrategy } from '@angular/common'; import { ChangeDetectionStrategy, Component, @@ -97,7 +96,6 @@ export class HeaderComponent implements OnChanges { private dialog: MatDialog, private impersonationStorageService: ImpersonationStorageService, private layoutService: LayoutService, - private locationStrategy: LocationStrategy, private notificationService: NotificationService, private router: Router, private settingsStorageService: SettingsStorageService,