diff --git a/Services/client/src/stores/socket.ts b/Services/client/src/stores/socket.ts index 8bf26c0..59d6692 100644 --- a/Services/client/src/stores/socket.ts +++ b/Services/client/src/stores/socket.ts @@ -21,7 +21,6 @@ const { updateNewFile, } = useTreeDataStore() -const { fileInfo } = storeToRefs(useFileInfoStore()) export const state = reactive({ connected: false, })