From 63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Thu, 16 Feb 2023 15:09:41 +0100 Subject: refactor: remove all unused imports (#9951) Co-authored-by: tamaina --- packages/frontend/src/store.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/frontend/src/store.ts') diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 46e55900cd..54c159ed6b 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -1,6 +1,5 @@ import { markRaw, ref } from 'vue'; import { Storage } from './pizzax'; -import { Theme } from './scripts/theme'; interface PostFormAction { title: string, -- cgit v1.2.3-freya