fix: delete function not use

This commit is contained in:
somnetsak123 2023-12-08 22:55:21 +07:00
parent 393ffdb6f3
commit 66e33a9c7b

View file

@ -21,7 +21,6 @@ const {
updateNewFile,
} = useTreeDataStore()
const { fileInfo } = storeToRefs(useFileInfoStore())
export const state = reactive({
connected: false,
})