This commit is contained in:
Kinfe123
2025-04-13 14:05:39 +03:00
parent 2ee923f64e
commit c8b52765e2
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import useMeasure from "react-use-measure";
import Link from "next/link";
import clsx from "clsx";
import { Button } from "@/components/ui/button";
import { Check, Copy, CornerRightUp } from "lucide-react";
import { Check, Copy } from "lucide-react";
import { useTheme } from "next-themes";
import { Highlight, themes } from "prism-react-renderer";
import { AnimatePresence, motion, MotionConfig } from "framer-motion";