From cf1148efcf53064abed2d5a837ca79b362add175 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 30 Jan 2024 01:51:58 +0530 Subject: [PATCH] chore: cleanup --- frontend/src/stores/global.js | 1 - 1 file changed, 1 deletion(-) 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'