Skip to content

Commit 2c47f24

Browse files
susnuxAndyScherzinger
authored andcommitted
refactor(files): Consistently sort imports of FileEntryMixin
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 7c4dcf5 commit 2c47f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/files/src/components/FileEntryMixin.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55

66
import type { PropType } from 'vue'
77

8-
import { extname } from 'path'
8+
import { showError } from '@nextcloud/dialogs'
99
import { FileType, Permission, Folder, File as NcFile, NodeStatus, Node, View } from '@nextcloud/files'
10-
import { generateUrl } from '@nextcloud/router'
1110
import { translate as t } from '@nextcloud/l10n'
11+
import { generateUrl } from '@nextcloud/router'
1212
import { vOnClickOutside } from '@vueuse/components'
13+
import { extname } from 'path'
1314
import Vue, { defineComponent } from 'vue'
1415

1516
import { action as sidebarAction } from '../actions/sidebarAction.ts'
1617
import { getDragAndDropPreview } from '../utils/dragUtils.ts'
1718
import { hashCode } from '../utils/hashUtils.ts'
1819
import { dataTransferToFileTree, onDropExternalFiles, onDropInternalFiles } from '../services/DropService.ts'
1920
import logger from '../logger.js'
20-
import { showError } from '@nextcloud/dialogs'
2121

2222
Vue.directive('onClickOutside', vOnClickOutside)
2323

0 commit comments

Comments
 (0)