We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2a7a1 commit 0bf095aCopy full SHA for 0bf095a
1 file changed
src/modules/app/browser-init.service.ts
@@ -26,7 +26,7 @@ import { AuthService } from '../../app/core/auth/auth.service';
26
import { ThemeService } from '../../app/shared/theme-support/theme.service';
27
import { StoreAction, StoreActionTypes } from '../../app/store.actions';
28
import { coreSelector } from '../../app/core/core.selectors';
29
-import { filter, find, map, switchMap } from 'rxjs/operators';
+import { filter, find, map } from 'rxjs/operators';
30
import { isNotEmpty } from '../../app/shared/empty.util';
31
import { logStartupMessage } from '../../../startup-message';
32
import { MenuService } from '../../app/shared/menu/menu.service';
0 commit comments