From 0868bdb9c82c55eb279edad89b0287563a05b4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:57:08 +0900 Subject: [PATCH] =?UTF-8?q?ci=20:=20test=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index b2a0860..74df556 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ const App: React.FC = () => { - return
hello world!!!!
+ return
hello world!!!!!
} export default App