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 951d679 commit 931661cCopy full SHA for 931661c
1 file changed
src/components/FileStatusList.vue
@@ -53,8 +53,8 @@ import { generateOcsUrl } from '@nextcloud/router'
53
import NcEmptyContent from '@nextcloud/vue/components/NcEmptyContent'
54
import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper'
55
56
-import { FILE_STATUS } from '../../constants.js'
57
-import { getStatusLabel, getStatusIcon } from '../../utils/fileStatus.js'
+import { FILE_STATUS } from '../constants.js'
+import { getStatusLabel, getStatusIcon } from '../utils/fileStatus.js'
58
59
export default {
60
name: 'FileStatusList',
0 commit comments