aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/VirtualList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/components/VirtualList.vue')
-rw-r--r--apps/files/src/components/VirtualList.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/src/components/VirtualList.vue b/apps/files/src/components/VirtualList.vue
index 2191d7904f5..0a99f19bb5f 100644
--- a/apps/files/src/components/VirtualList.vue
+++ b/apps/files/src/components/VirtualList.vue
@@ -41,8 +41,10 @@
<script lang="ts">
import type { File, Folder, Node } from '@nextcloud/files'
+import type { PropType } from 'vue'
+
import { debounce } from 'debounce'
-import Vue, { PropType } from 'vue'
+import Vue from 'vue'
import filesListWidthMixin from '../mixins/filesListWidth.ts'
import logger from '../logger.js'