From 8ce10b2d8e2fe77ac7e38e5e42ec7684f6dfe104 Mon Sep 17 00:00:00 2001 From: xy-jxn Date: Fri, 18 Oct 2024 11:38:20 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20::=20First=20Commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index 3784575..182db46 100644 --- a/src/App.js +++ b/src/App.js @@ -22,4 +22,6 @@ function App() { ); } +// + export default App;