fix: remove unused imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { RootScopeMessages } from './../../messages';
|
import { RootScopeMessages } from './../../messages';
|
||||||
import { ApplicationGroup } from '@/ui_models/application_group';
|
import { ApplicationGroup } from '@/ui_models/application_group';
|
||||||
import { FooterStatus, WebDirective } from '@/types';
|
import { WebDirective } from '@/types';
|
||||||
import { dateToLocalizedString, preventRefreshing } from '@/utils';
|
import { dateToLocalizedString, preventRefreshing } from '@/utils';
|
||||||
import {
|
import {
|
||||||
ApplicationEvent,
|
ApplicationEvent,
|
||||||
@@ -10,10 +10,7 @@ import {
|
|||||||
SNComponent,
|
SNComponent,
|
||||||
SNTheme,
|
SNTheme,
|
||||||
ComponentArea,
|
ComponentArea,
|
||||||
ComponentAction,
|
|
||||||
topLevelCompare,
|
|
||||||
CollectionSort,
|
CollectionSort,
|
||||||
ComponentMutator
|
|
||||||
} from 'snjs';
|
} from 'snjs';
|
||||||
import template from './footer-view.pug';
|
import template from './footer-view.pug';
|
||||||
import { AppStateEvent, EventSource } from '@/ui_models/app_state';
|
import { AppStateEvent, EventSource } from '@/ui_models/app_state';
|
||||||
|
|||||||
Reference in New Issue
Block a user