diff --git a/index.html b/index.html index c92a8d39..a3e88175 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,12 @@ + + + + + +
@@ -204,8 +200,6 @@ import { computed, onMounted, ref } from 'vue' const errorStore = useErrorStore() const promptStore = usePromptStore() -const loaded = ref(false) - const monthPrompt = computed(() => { return promptStore.getMonthPrompt?.[0] })