diff options
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index eb921b7..6292e78 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -34,7 +34,7 @@ | |||
34 | <script lang="ts"> | 34 | <script lang="ts"> |
35 | import { Component, Vue, Prop } from "vue-property-decorator"; | 35 | import { Component, Vue, Prop } from "vue-property-decorator"; |
36 | import { Dictionary } from "vue-router/types/router"; | 36 | import { Dictionary } from "vue-router/types/router"; |
37 | import Navigation from "../services/navigation"; | 37 | import Navigation from "@/services/navigation"; |
38 | 38 | ||
39 | @Component | 39 | @Component |
40 | export default class PanelLeft extends Vue { | 40 | export default class PanelLeft extends Vue { |