Skip to content

Commit 87ebfe3

Browse files
susnuxskjnldsv
authored andcommitted
refactor(files): Consistently sort imports of FileEntryMixin
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent b0c29f2 commit 87ebfe3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/files/src/components/FileEntryMixin.ts

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

2323
import type { PropType } from 'vue'
2424

25-
import { extname } from 'path'
25+
import { showError } from '@nextcloud/dialogs'
2626
import { FileType, Permission, Folder, File as NcFile, NodeStatus, Node, View } from '@nextcloud/files'
27-
import { generateUrl } from '@nextcloud/router'
2827
import { translate as t } from '@nextcloud/l10n'
28+
import { generateUrl } from '@nextcloud/router'
2929
import { vOnClickOutside } from '@vueuse/components'
30+
import { extname } from 'path'
3031
import Vue, { defineComponent } from 'vue'
3132

3233
import { action as sidebarAction } from '../actions/sidebarAction.ts'
3334
import { getDragAndDropPreview } from '../utils/dragUtils.ts'
3435
import { hashCode } from '../utils/hashUtils.ts'
3536
import { dataTransferToFileTree, onDropExternalFiles, onDropInternalFiles } from '../services/DropService.ts'
3637
import logger from '../logger.js'
37-
import { showError } from '@nextcloud/dialogs'
3838

3939
Vue.directive('onClickOutside', vOnClickOutside)
4040

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)