Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-06-30 22:32:01 +0300
committerdartcafe <github@dartcafe.de>2021-06-30 22:32:01 +0300
commit1718b400594da0fb14af9023f38114a2e2797d41 (patch)
tree3dd8b63926732920f4d2e5e9f0fc6159e06aa0b1 /src/js/components/SideBar
parent7cb88c8c2b4478e50d22a1948596451e6279fd87 (diff)
Tidy
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBar.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/js/components/SideBar/SideBar.vue b/src/js/components/SideBar/SideBar.vue
index 5c4e652a..49d71747 100644
--- a/src/js/components/SideBar/SideBar.vue
+++ b/src/js/components/SideBar/SideBar.vue
@@ -61,11 +61,6 @@
<script>
import { AppSidebar, AppSidebarTab } from '@nextcloud/vue'
-
-// import SideBarTabConfiguration from './SideBarTabConfiguration'
-// import SideBarTabOptions from './SideBarTabOptions'
-// import SideBarTabComments from './SideBarTabComments'
-// import SideBarTabShare from './SideBarTabShare'
import { mapState } from 'vuex'
import { emit } from '@nextcloud/event-bus'