aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/PanelLeft.vue
diff options
context:
space:
mode:
authorZero~Informatique2021-07-02 22:53:16 +0200
committerZero~Informatique2021-07-03 00:05:22 +0200
commit9165cc1efcf7791f78b61b2c51a9de651b1b09aa (patch)
tree111cfdc74ddaf7b19ff27508f16ab84694b27670 /viewer/src/views/PanelLeft.vue
parent08ac32103fb5f8cca1861267dfd07a7c0d2faf62 (diff)
downloadldgallery-9165cc1efcf7791f78b61b2c51a9de651b1b09aa.tar.gz
viewer: types normalization - gallery.d.ts
GitHub: closes #301
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r--viewer/src/views/PanelLeft.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue
index d2a3656..5c42fa9 100644
--- a/viewer/src/views/PanelLeft.vue
+++ b/viewer/src/views/PanelLeft.vue
@@ -48,10 +48,9 @@
48</template> 48</template>
49 49
50<script lang="ts"> 50<script lang="ts">
51import { Component, Vue, Prop, Watch } from "vue-property-decorator";
52import { Dictionary, Route } from "vue-router/types/router";
53import Navigation from "@/services/navigation"; 51import Navigation from "@/services/navigation";
54import IndexFactory from "@/services/indexfactory"; 52import { Component, Vue, Watch } from "vue-property-decorator";
53import { Dictionary, Route } from "vue-router/types/router";
55 54
56@Component 55@Component
57export default class PanelLeft extends Vue { 56export default class PanelLeft extends Vue {