From f3698f0ff5b368e5e9cfcaa0ddc1837a8a3392d4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 11 Sep 2022 21:02:17 +0200 Subject: [PATCH] Created the App.jsx --- src/App.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/App.jsx diff --git a/src/App.jsx b/src/App.jsx new file mode 100644 index 0000000..60e9ee5 --- /dev/null +++ b/src/App.jsx @@ -0,0 +1,8 @@ +function App() { + return ( +
+
+ ) +} + +export default App; \ No newline at end of file