chore: clean up unuse

This commit is contained in:
puri-ph4tt 2023-12-06 09:18:05 +07:00
parent f2303bee8b
commit eb0178c87d

View file

@ -9,8 +9,7 @@ import { useFileInfoStore } from '@/stores/file-info-data'
import FileIcon from '@/components/FileIcon.vue'
const { isFilePreview, fileInfo } = storeToRefs(useFileInfoStore())
const { getType, getFormatDate, getSize, getFileNameFormat } =
useFileInfoStore()
const { getType, getFormatDate, getSize } = useFileInfoStore()
async function downloadSubmit(path: any) {
const [cabinet, drawer, folder, file] = path.split('/')