diff options
Diffstat (limited to 'stores')
| -rw-r--r-- | stores/error.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stores/error.ts b/stores/error.ts index dfb5850..2c234f4 100644 --- a/stores/error.ts +++ b/stores/error.ts @@ -1,4 +1,3 @@ -import { type Event } from "./schedule"; import { defineStore } from "pinia"; export const useErrorStore = defineStore('error', () => { |
