fix: peer dependency conflicts

This commit is contained in:
Swayam 2025-10-03 02:04:02 +05:30
parent 639e5681e9
commit f8797b2a82
54 changed files with 17628 additions and 11356 deletions

View file

@ -1,7 +1,7 @@
"use client";
import { MoonIcon, SunIcon } from "lucide-react";
import { motion } from "motion/react";
import { motion } from "framer-motion";
import { useTheme } from "next-themes";
import { useEffect, useState } from "react";
import { Button } from "@/components/ui/button";