From c99c90298de17a24a7717bcecf15b8756bf2c492 Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 13 Feb 2025 20:34:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EA=B1=B0=20=ED=95=84=EC=9A=94=20?= =?UTF-8?q?=EC=97=86=EB=8B=A4=20=EB=A7=9E=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectCard.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/ProjectCard.tsx b/src/components/ProjectCard.tsx index 55dd6e4..bf8a908 100644 --- a/src/components/ProjectCard.tsx +++ b/src/components/ProjectCard.tsx @@ -1,8 +1,6 @@ import { Card, - CardContent, CardDescription, - CardFooter, CardHeader, CardTitle, } from "@/components/ui/card"