Skip to content

Commit 3daf0d9

Browse files
committed
chore: auto-fix linter issues
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 6ea9f27 commit 3daf0d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/FilesSidebarLoaderApp.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
-->
55

66
<script setup lang="ts">
7+
import type { INode } from '@nextcloud/files'
8+
79
import { showWarning } from '@nextcloud/dialogs'
8-
import { type INode } from '@nextcloud/files'
910
import { FileType, getSidebar } from '@nextcloud/files'
1011
import { t } from '@nextcloud/l10n'
1112
import { ShareType } from '@nextcloud/sharing'

0 commit comments

Comments
 (0)