fix(front): update import path for filePreview type in FilePreviewView component

This commit is contained in:
keven1024
2026-04-08 22:43:07 +08:00
parent 58ba3f6d50
commit 881d8e111a

View File

@@ -1,6 +1,6 @@
<script lang="ts" setup>
import getFileSize from '~/lib/getFileSize'
import type { filePreview } from './FileIcon.vue'
import type { filePreview } from './FileIcon/Index.vue'
const props = defineProps<{
value: File | filePreview
}>()