From 04fe69a835f6d17eb3f32346c98c9184b52c6507 Mon Sep 17 00:00:00 2001 From: Doquanglong <123508196+Doquanglong@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:14:31 -0400 Subject: [PATCH] test --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 6d27bf1..f294ab8 100644 --- a/src/App.js +++ b/src/App.js @@ -10,4 +10,5 @@ function App() { ); } + export default App;