Cleanup imports

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-02-01 14:45:42 +01:00
parent 7a2f9f9b34
commit dc904f421c
13 changed files with 17 additions and 35 deletions

View File

@@ -62,8 +62,7 @@ import SharingTabSidebar from './SharingTabSidebar'
import TagsTabSidebar from './TagsTabSidebar'
import DeletedTabSidebar from './DeletedTabSidebar'
import TimelineTabSidebar from './TimelineTabSidebar'
import { AppSidebar } from '@nextcloud/vue/dist/Components/AppSidebar'
import { AppSidebarTab } from '@nextcloud/vue/dist/Components/AppSidebarTab'
import { AppSidebar, AppSidebarTab } from '@nextcloud/vue'
export default {
name: 'BoardSidebar',