removed unused import

This commit is contained in:
Michael Spalti
2023-04-06 07:53:34 -07:00
committed by Michael W Spalti
parent 4c2a7a10c7
commit 0bf095a1d9

View File

@@ -26,7 +26,7 @@ import { AuthService } from '../../app/core/auth/auth.service';
import { ThemeService } from '../../app/shared/theme-support/theme.service';
import { StoreAction, StoreActionTypes } from '../../app/store.actions';
import { coreSelector } from '../../app/core/core.selectors';
import { filter, find, map, switchMap } from 'rxjs/operators';
import { filter, find, map } from 'rxjs/operators';
import { isNotEmpty } from '../../app/shared/empty.util';
import { logStartupMessage } from '../../../startup-message';
import { MenuService } from '../../app/shared/menu/menu.service';