diff options
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r-- | viewer/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index ca439bc..06fe8f8 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -3,7 +3,7 @@ import "@/assets/scss/global.scss"; | |||
3 | import "@/components" | 3 | import "@/components" |
4 | import "@/plugins/fontawesome"; | 4 | import "@/plugins/fontawesome"; |
5 | import "@/plugins/buefy"; | 5 | import "@/plugins/buefy"; |
6 | import store from '@/plugins/vuex' | 6 | import store from '@/store' |
7 | import i18n from "@/plugins/i18n"; | 7 | import i18n from "@/plugins/i18n"; |
8 | import router from "@/router"; | 8 | import router from "@/router"; |
9 | import LdGallery from "@/views/LdGallery.vue"; | 9 | import LdGallery from "@/views/LdGallery.vue"; |