diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-08-28 00:45:08 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-08-28 00:45:08 -0400 |
commit | e510f1848cf5ea37400c89cde66c9c54a990d3ef (patch) | |
tree | 358961470b20ee9039acc745cb5073a727b65fe5 /src/components/Contact.jsx | |
parent | a89ff47b98bda9d4636cf416f4c45d8060c126a8 (diff) |
update with milly info
Diffstat (limited to 'src/components/Contact.jsx')
-rw-r--r-- | src/components/Contact.jsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/Contact.jsx b/src/components/Contact.jsx index af982e1..4012f18 100644 --- a/src/components/Contact.jsx +++ b/src/components/Contact.jsx @@ -8,14 +8,6 @@ const fadeInUp = { transition: { duration: 0.6 }, }; -const staggerContainer = { - animate: { - transition: { - staggerChildren: 0.1, - }, - }, -}; - export const Contact = () => { const [formData, setFormData] = useState({ name: "", |