Remove unused imports in RecentDesign component

This commit is contained in:
pious2847 2025-04-29 13:20:11 +00:00
parent 6dda74f583
commit 4779e78880

View File

@ -1,5 +1,5 @@
import Image from "next/image"; import Image from "next/image";
import { ExternalLink, Ellipsis, Trash2 } from 'lucide-react'; import { Trash2 } from 'lucide-react';
import Link from "next/link"; import Link from "next/link";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";