From bf81b34da603bbe847540830c18f389604ada5a4 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Tue, 1 Sep 2020 20:24:58 +0200 Subject: [PATCH] fix build --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 8f4236e..e1a4dc7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,6 @@ import Vuex from 'vuex' import { BootstrapVue } from 'bootstrap-vue' import '@/style/main.scss' import '@/shared/components' -import '@/shared/filters' import App from '@/app/App.vue' import { setupRouter } from '@/shared/router' import { setupStore } from '@/shared/store'