From 3fac1581856e40ac828b3b42cb0b429fb49baa64 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 3 Jun 2026 17:12:08 +0200 Subject: [PATCH] fix(contact): correct canvas-confetti import to avoid TypeError on success animation --- apps/web/src/components/ContactForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/ContactForm.tsx b/apps/web/src/components/ContactForm.tsx index 84e045a..face897 100644 --- a/apps/web/src/components/ContactForm.tsx +++ b/apps/web/src/components/ContactForm.tsx @@ -3,7 +3,7 @@ import * as React from "react"; import { useState, useMemo, useEffect, useRef } from "react"; import { motion } from "framer-motion"; -import * as confetti from "canvas-confetti"; +import confetti from "canvas-confetti"; import { Layers, BrainCircuit,