diff --git a/frontend/src/app/components/resizer/main-menu-toggle.component.ts b/frontend/src/app/components/resizer/main-menu-toggle.component.ts index 88150b0021..fd1ede8315 100644 --- a/frontend/src/app/components/resizer/main-menu-toggle.component.ts +++ b/frontend/src/app/components/resizer/main-menu-toggle.component.ts @@ -33,12 +33,13 @@ import {untilComponentDestroyed} from 'ng2-rx-componentdestroyed'; import {MainMenuResizerComponent} from "core-components/resizer/main-menu-resizer.component"; import {DynamicBootstrapper} from "core-app/globals/dynamic-bootstrapper"; import {CurrentProjectService} from "core-components/projects/current-project.service"; +import {DeviceService} from "app/modules/common/browser/device.service"; import {Injector} from "@angular/core"; @Component({ selector: 'main-menu-toggle', template: ` -