Skip to content

Commit ccdbd71

Browse files
committed
fix: import - "framer-motion" to "motion"
1 parent d6ac776 commit ccdbd71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/contact/contact-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { zodResolver } from "@hookform/resolvers/zod";
22
import { useForm } from "react-hook-form";
33
import { z } from "zod";
4-
import { motion } from "framer-motion";
4+
import * as motion from "motion/react-client";
55

66
import { Button } from "@/components/ui/button";
77
import {

src/lib/metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const constructMetadata = ({
6868
"react-testing-library",
6969
"convex",
7070
"framer-motion",
71+
"motion",
7172
"lucide",
7273
"sanity",
7374
"vercel",

0 commit comments

Comments
 (0)