Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Nov 9, 2020
1 parent 8901299 commit 06740c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/assets/javascripts/views/footer/footer_view.ts
@@ -1,6 +1,6 @@
import { RootScopeMessages } from './../../messages';
import { ApplicationGroup } from '@/ui_models/application_group';
import { FooterStatus, WebDirective } from '@/types';
import { WebDirective } from '@/types';
import { dateToLocalizedString, preventRefreshing } from '@/utils';
import {
ApplicationEvent,
Expand All @@ -10,10 +10,7 @@ import {
SNComponent,
SNTheme,
ComponentArea,
ComponentAction,
topLevelCompare,
CollectionSort,
ComponentMutator
} from 'snjs';
import template from './footer-view.pug';
import { AppStateEvent, EventSource } from '@/ui_models/app_state';
Expand Down

0 comments on commit 06740c4

Please sign in to comment.