diff options
Diffstat (limited to 'components/editor/quest')
| -rw-r--r-- | components/editor/quest/EditorQuestOptionsPanel.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/editor/quest/EditorQuestOptionsPanel.vue b/components/editor/quest/EditorQuestOptionsPanel.vue index 5aaff23..6c1c8b1 100644 --- a/components/editor/quest/EditorQuestOptionsPanel.vue +++ b/components/editor/quest/EditorQuestOptionsPanel.vue @@ -1,6 +1,6 @@ <script setup lang="ts"> import { useSessionStore, type EditorQuest } from '@/stores/session'; -import { computed, ref } from 'vue'; +import { computed } from 'vue'; const props = defineProps<{ questId: string; |
