diff options
Diffstat (limited to 'viewer/src/views')
-rw-r--r-- | viewer/src/views/GalleryNavigation.vue | 2 | ||||
-rw-r--r-- | viewer/src/views/GallerySearch.vue | 2 | ||||
-rw-r--r-- | viewer/src/views/PanelTop.vue | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/viewer/src/views/GalleryNavigation.vue b/viewer/src/views/GalleryNavigation.vue index 8bb225a..fdd3922 100644 --- a/viewer/src/views/GalleryNavigation.vue +++ b/viewer/src/views/GalleryNavigation.vue | |||
@@ -80,5 +80,3 @@ export default class GalleryNavigation extends Vue { | |||
80 | } | 80 | } |
81 | } | 81 | } |
82 | </script> | 82 | </script> |
83 | |||
84 | <style lang="scss"></style> | ||
diff --git a/viewer/src/views/GallerySearch.vue b/viewer/src/views/GallerySearch.vue index 6d3deb4..5ab56e0 100644 --- a/viewer/src/views/GallerySearch.vue +++ b/viewer/src/views/GallerySearch.vue | |||
@@ -52,5 +52,3 @@ export default class GalleryPicture extends Vue { | |||
52 | } | 52 | } |
53 | } | 53 | } |
54 | </script> | 54 | </script> |
55 | |||
56 | <style lang="scss"></style> | ||
diff --git a/viewer/src/views/PanelTop.vue b/viewer/src/views/PanelTop.vue index f10a722..4e92f07 100644 --- a/viewer/src/views/PanelTop.vue +++ b/viewer/src/views/PanelTop.vue | |||
@@ -30,5 +30,3 @@ import { Component, Vue } from "vue-property-decorator"; | |||
30 | @Component | 30 | @Component |
31 | export default class PanelTop extends Vue {} | 31 | export default class PanelTop extends Vue {} |
32 | </script> | 32 | </script> |
33 | |||
34 | <style lang="scss"></style> | ||