Skip to content

Commit 1cc09c8

Browse files
committed
fixed the type
1 parent bd8360f commit 1cc09c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/new-landingpage/src/LandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AnimatePresence, motion, SVGMotionProps } from "framer-motion";
1+
import { AnimatePresence, motion, type SVGMotionProps } from "framer-motion";
22
import { useState, type SVGProps } from "react";
33
import { useCookies } from "react-cookie";
44
import { useAuth } from "@clerk/clerk-react";

0 commit comments

Comments
 (0)