From a3ca6b845d328a5a59fdb05c6abe2879a1aa8b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DUPIN?= Date: Tue, 11 Oct 2022 06:44:23 +0000 Subject: [PATCH] revert 9bfa4ff023c9621e6b5f78e80c80fc87442939e4 revert test --- src/App.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/App.js diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..506faf1 --- /dev/null +++ b/src/App.js @@ -0,0 +1,9 @@ +const App = () => { + return ( +
+

Hello World!

+
+ ); +} + +export default App;