diff --git a/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue b/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue index a0997996..9bc9477c 100644 --- a/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue +++ b/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue @@ -9,7 +9,7 @@ import { FormMessage, } from '@/lib/registry/new-york/ui/form' import { Input } from '@/lib/registry/new-york/ui/input' -import { toast } from '@/lib/registry/new-york/ui/toast' +import { toast, Toaster } from '@/lib/registry/new-york/ui/toast' import { vAutoAnimate } from '@formkit/auto-animate/vue' import { toTypedSchema } from '@vee-validate/zod' @@ -34,6 +34,7 @@ const onSubmit = handleSubmit((values) => {