From dfc5d800062c546b888bf95193f60766efa9e310 Mon Sep 17 00:00:00 2001 From: Lee sang Yeop Date: Tue, 1 Aug 2023 20:56:27 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 54a703e1..4871b891 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,13 +12,15 @@ const App = () => { return (
- - } /> - } /> - } /> - } /> - } /> - + + + } /> + } /> + } /> + } /> + } /> + + );