We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea9f27 commit 3daf0d9Copy full SHA for 3daf0d9
1 file changed
src/FilesSidebarLoaderApp.vue
@@ -4,8 +4,9 @@
4
-->
5
6
<script setup lang="ts">
7
+import type { INode } from '@nextcloud/files'
8
+
9
import { showWarning } from '@nextcloud/dialogs'
-import { type INode } from '@nextcloud/files'
10
import { FileType, getSidebar } from '@nextcloud/files'
11
import { t } from '@nextcloud/l10n'
12
import { ShareType } from '@nextcloud/sharing'
0 commit comments