diff options
Diffstat (limited to 'viewer/src/views')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index edca4bf..13b17b4 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -29,6 +29,7 @@ | |||
29 | </template> | 29 | </template> |
30 | 30 | ||
31 | <script lang="ts"> | 31 | <script lang="ts"> |
32 | import { ScrollPosition } from "@/@types/scrollposition"; | ||
32 | import { Component, Ref, Vue, Watch } from "vue-property-decorator"; | 33 | import { Component, Ref, Vue, Watch } from "vue-property-decorator"; |
33 | import { Route } from "vue-router"; | 34 | import { Route } from "vue-router"; |
34 | import PanelLeft from "./PanelLeft.vue"; | 35 | import PanelLeft from "./PanelLeft.vue"; |