From 4779e788805f926ae06362c002c8da228696154d Mon Sep 17 00:00:00 2001 From: pious2847 Date: Tue, 29 Apr 2025 13:20:11 +0000 Subject: [PATCH] Remove unused imports in RecentDesign component --- components/custom/Recent_Design.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";