aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/GallerySearch.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/views/GallerySearch.vue')
-rw-r--r--viewer/src/views/GallerySearch.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/GallerySearch.vue b/viewer/src/views/GallerySearch.vue
index eacbcdd..f4c28b0 100644
--- a/viewer/src/views/GallerySearch.vue
+++ b/viewer/src/views/GallerySearch.vue
@@ -25,7 +25,7 @@
25import { Component, Vue, Prop, Watch } from "vue-property-decorator"; 25import { Component, Vue, Prop, Watch } from "vue-property-decorator";
26import { Operation } from "@/@types/Operation"; 26import { Operation } from "@/@types/Operation";
27import IndexSearch from "@/services/indexsearch"; 27import IndexSearch from "@/services/indexsearch";
28import IndexFactory from "../services/indexfactory"; 28import IndexFactory from "@/services/indexfactory";
29 29
30@Component 30@Component
31export default class GalleryPicture extends Vue { 31export default class GalleryPicture extends Vue {