diff options
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r-- | viewer/src/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index b6e90f7..1c48c55 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -19,6 +19,7 @@ | |||
19 | 19 | ||
20 | import Vue from "vue"; | 20 | import Vue from "vue"; |
21 | import "@/assets/scss/global.scss"; | 21 | import "@/assets/scss/global.scss"; |
22 | import "@/assets/scss/scrollbar.scss"; | ||
22 | import store from "@/store"; | 23 | import store from "@/store"; |
23 | import i18n from "@/plugins/i18n"; | 24 | import i18n from "@/plugins/i18n"; |
24 | import router from "@/plugins/router"; | 25 | import router from "@/plugins/router"; |