diff options
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdTagInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue index 982abe4..d9d932f 100644 --- a/viewer/src/components/LdTagInput.vue +++ b/viewer/src/components/LdTagInput.vue | |||
@@ -40,7 +40,7 @@ | |||
40 | import { Component, Vue, Model, Prop } from "vue-property-decorator"; | 40 | import { Component, Vue, Model, Prop } from "vue-property-decorator"; |
41 | import { Operation } from "@/@types/Operation"; | 41 | import { Operation } from "@/@types/Operation"; |
42 | import Navigation from "@/services/navigation"; | 42 | import Navigation from "@/services/navigation"; |
43 | import IndexFactory from "../services/indexfactory"; | 43 | import IndexFactory from "@/services/indexfactory"; |
44 | 44 | ||
45 | @Component | 45 | @Component |
46 | export default class LdTagInput extends Vue { | 46 | export default class LdTagInput extends Vue { |