diff --git a/components/custom/Recent_Design.tsx b/components/custom/Recent_Design.tsx index c0b8d86..5ff5744 100644 --- a/components/custom/Recent_Design.tsx +++ b/components/custom/Recent_Design.tsx @@ -1,5 +1,5 @@ import Image from "next/image"; -import { ExternalLink, Ellipsis, Trash2 } from 'lucide-react'; +import { Trash2 } from 'lucide-react'; import Link from "next/link"; import { Button } from "@/components/ui/button";