We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ac776 commit ccdbd71Copy full SHA for ccdbd71
src/components/contact/contact-form.tsx
@@ -1,7 +1,7 @@
1
import { zodResolver } from "@hookform/resolvers/zod";
2
import { useForm } from "react-hook-form";
3
import { z } from "zod";
4
-import { motion } from "framer-motion";
+import * as motion from "motion/react-client";
5
6
import { Button } from "@/components/ui/button";
7
import {
src/lib/metadata.ts
@@ -68,6 +68,7 @@ export const constructMetadata = ({
68
"react-testing-library",
69
"convex",
70
"framer-motion",
71
+ "motion",
72
"lucide",
73
"sanity",
74
"vercel",
0 commit comments