aboutsummaryrefslogtreecommitdiffstats
path: root/components/editor/EditorSidebarQuest.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/editor/EditorSidebarQuest.vue')
-rw-r--r--components/editor/EditorSidebarQuest.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/editor/EditorSidebarQuest.vue b/components/editor/EditorSidebarQuest.vue
index 422e8c6..85edb38 100644
--- a/components/editor/EditorSidebarQuest.vue
+++ b/components/editor/EditorSidebarQuest.vue
@@ -1,7 +1,6 @@
<script setup lang="ts">
-import { useSessionStore, type EditorQuest } from '@/stores/session';
+import type { EditorQuest } from '@/stores/session';
import { computed, toRefs } from 'vue';
-import { stripColorCodes } from '@/lib/util';
const props = defineProps<{
quest: EditorQuest;