diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-12 23:18:23 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-12 23:18:23 +0000 |
| commit | a072c91cc0dc26e417c51f666e8547e08ef40942 (patch) | |
| tree | 1a7296d2acb9038b1928cc1f0f5a08aa6b92b222 /components/editor/EditorSidebarQuest.vue | |
| parent | a4052ffee8bc7c6c8a69eba5120b5c6c2d951b0f (diff) | |
Add import from file system
Diffstat (limited to 'components/editor/EditorSidebarQuest.vue')
| -rw-r--r-- | components/editor/EditorSidebarQuest.vue | 3 |
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; |
