From 3482ccd43c5976e587655226efc86e8bdad16d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=ED=98=84=EC=9A=B0?= Date: Tue, 12 Dec 2023 23:10:29 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20progressbar=20=EB=84=A4=EC=9D=B4?= =?UTF-8?q?=EB=B0=8D=20=EC=98=A4=EB=A5=98(build)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/progressBar/ProgressBar.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/component/progressBar/ProgressBar.tsx b/component/progressBar/ProgressBar.tsx index 8464c04..5ca5d22 100644 --- a/component/progressBar/ProgressBar.tsx +++ b/component/progressBar/ProgressBar.tsx @@ -2,11 +2,7 @@ import React from "react"; const ProgressBar = () => { - return ( - <> - - - ); + return <>; }; export default ProgressBar;