From 7fbdc9363ac6b1c5554263095f7f96bb0a165113 Mon Sep 17 00:00:00 2001 From: redcontroller Date: Tue, 19 Mar 2024 20:18:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=209.2.1-2=20=EC=98=88=EC=A0=9C=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "9\354\236\245/9.2.1-2.jsx" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/9\354\236\245/9.2.1-2.jsx" "b/9\354\236\245/9.2.1-2.jsx" index ba34d57..5de6960 100644 --- "a/9\354\236\245/9.2.1-2.jsx" +++ "b/9\354\236\245/9.2.1-2.jsx" @@ -4,9 +4,9 @@ const MyComponent = () => { return (

{value}

- +
); }; -export default App; \ No newline at end of file +export default MyComponent; \ No newline at end of file