diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 2d522b521..1d7651e78 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts | |||
@@ -33,7 +33,6 @@ export class MenuComponent implements OnInit { | |||
33 | private authService: AuthService, | 33 | private authService: AuthService, |
34 | private serverService: ServerService, | 34 | private serverService: ServerService, |
35 | private redirectService: RedirectService, | 35 | private redirectService: RedirectService, |
36 | private themeService: ThemeService, | ||
37 | private hotkeysService: HotkeysService | 36 | private hotkeysService: HotkeysService |
38 | ) {} | 37 | ) {} |
39 | 38 | ||