remove framer-motion

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-09-30 22:26:32 -07:00
parent 1a1530957a
commit 79429b0c9a
3 changed files with 1 additions and 5 deletions

View file

@ -2,7 +2,7 @@
import NumberFlow from "@number-flow/react";
import confetti from "canvas-confetti";
import { motion } from "framer-motion";
import { motion } from "motion/react";
import { Check, Star } from "lucide-react";
import Link from "next/link";
import { useRef, useState } from "react";