diff options
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdProposition.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue index b23c14a..9e8d9dd 100644 --- a/viewer/src/components/LdProposition.vue +++ b/viewer/src/components/LdProposition.vue | |||
@@ -13,7 +13,6 @@ | |||
13 | <script lang="ts"> | 13 | <script lang="ts"> |
14 | import { Component, Vue } from "vue-property-decorator"; | 14 | import { Component, Vue } from "vue-property-decorator"; |
15 | import { Operation } from "@/@types/tag/Operation"; | 15 | import { Operation } from "@/@types/tag/Operation"; |
16 | import Gallery from '../views/Gallery.vue'; | ||
17 | 16 | ||
18 | @Component | 17 | @Component |
19 | export default class LdTagInput extends Vue { | 18 | export default class LdTagInput extends Vue { |