From d04ea9d4d78ce0acb2f58fb22a1b256e11c71a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=98=84=EC=A1=B0?= Date: Wed, 28 Aug 2024 10:39:14 +0900 Subject: [PATCH] =?UTF-8?q?Refator:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20cn=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ImageUploadModal/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/components/ImageUploadModal/index.tsx b/frontend/src/components/ImageUploadModal/index.tsx index 68fe38f..dd20754 100644 --- a/frontend/src/components/ImageUploadModal/index.tsx +++ b/frontend/src/components/ImageUploadModal/index.tsx @@ -1,6 +1,4 @@ -import * as React from 'react'; import { useState } from 'react'; -import { cn } from '@/lib/utils'; import CloseButton from './CloseButton'; import Button from './Button'; import FileList from './FileList'; @@ -78,9 +76,7 @@ export default function ImageUploadModal({ title, buttonText, onClose }: ImageUp