Added spinner reference

This commit is contained in:
2026-01-19 19:04:53 -05:00
parent 4069b7274d
commit 9baf2b97b9

View File

@@ -66,6 +66,7 @@ import { loaSchema } from '@shared/schemas/loaSchema'
import { toTypedSchema } from "@vee-validate/zod";
import Calendar from "../ui/calendar/Calendar.vue";
import { useUserStore } from "@/stores/user";
import Spinner from "../ui/spinner/Spinner.vue";
const { handleSubmit, values, resetForm } = useForm({
validationSchema: toTypedSchema(loaSchema),