From 9bfa4ff023c9621e6b5f78e80c80fc87442939e4 Mon Sep 17 00:00:00 2001 From: Theo DUPIN Date: Mon, 10 Oct 2022 23:54:50 +0200 Subject: [PATCH] test --- src/App.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/App.js diff --git a/src/App.js b/src/App.js deleted file mode 100644 index 506faf1..0000000 --- a/src/App.js +++ /dev/null @@ -1,9 +0,0 @@ -const App = () => { - return ( -
-

Hello World!

-
- ); -} - -export default App;