Skip to content

Commit 0bf095a

Browse files
committed
removed unused import
1 parent 4c2a7a1 commit 0bf095a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/app/browser-init.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { AuthService } from '../../app/core/auth/auth.service';
2626
import { ThemeService } from '../../app/shared/theme-support/theme.service';
2727
import { StoreAction, StoreActionTypes } from '../../app/store.actions';
2828
import { coreSelector } from '../../app/core/core.selectors';
29-
import { filter, find, map, switchMap } from 'rxjs/operators';
29+
import { filter, find, map } from 'rxjs/operators';
3030
import { isNotEmpty } from '../../app/shared/empty.util';
3131
import { logStartupMessage } from '../../../startup-message';
3232
import { MenuService } from '../../app/shared/menu/menu.service';

0 commit comments

Comments
 (0)