From 60145471f80f751666a067db5855d55a3db6b781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=B0=BD=EA=B8=B0?= Date: Fri, 30 Aug 2024 17:58:45 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20ProjectCard=20=EB=A6=AC=ED=8C=A9?= =?UTF-8?q?=ED=86=A0=EB=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ProjectCard/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/components/ProjectCard/index.tsx b/frontend/src/components/ProjectCard/index.tsx index 6881c56..b8b6325 100644 --- a/frontend/src/components/ProjectCard/index.tsx +++ b/frontend/src/components/ProjectCard/index.tsx @@ -1,5 +1,4 @@ import { Compass } from 'lucide-react'; -import { cn } from '@/lib/utils'; interface ProjectCardProps { title: string; @@ -12,10 +11,7 @@ export default function ProjectCard({ title, description, imageUrl, onClick }: P return (
{imageUrl ? (