diff --git a/ui/src/components/loa/loaForm.vue b/ui/src/components/loa/loaForm.vue index b1a360b..cfa2077 100644 --- a/ui/src/components/loa/loaForm.vue +++ b/ui/src/components/loa/loaForm.vue @@ -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),