From 70e19a0fb5a458bb66a41b996d2102c1ab37aaa7 Mon Sep 17 00:00:00 2001 From: sjoleee Date: Fri, 24 May 2024 04:43:32 +0900 Subject: [PATCH] =?UTF-8?q?style:=20Badge=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Badge/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Badge/index.tsx b/src/components/Badge/index.tsx index 8118492..3370c8d 100644 --- a/src/components/Badge/index.tsx +++ b/src/components/Badge/index.tsx @@ -1,12 +1,11 @@ import { HTMLAttributes } from "react"; - import cn from "@/utils/cn"; const Badge = ({ className, children, ...restProps }: HTMLAttributes) => { return (