diff --git a/frontend/src/stores/global.js b/frontend/src/stores/global.js index a45ad2d4..953493e8 100644 --- a/frontend/src/stores/global.js +++ b/frontend/src/stores/global.js @@ -1,4 +1,3 @@ -import { useStorage } from '@vueuse/core' import { defineStore } from 'pinia' import { getCurrentInstance, ref } from 'vue'