From 7fd56beb105640c79ab70c5283cc4b9ad0894d78 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 8 Apr 2023 18:05:21 +0200 Subject: [PATCH] Created the App.jsx --- src/App.jsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/App.jsx diff --git a/src/App.jsx b/src/App.jsx new file mode 100644 index 0000000..b78f15e --- /dev/null +++ b/src/App.jsx @@ -0,0 +1,7 @@ +export default () => { + return ( +
+ +
+ ) +} \ No newline at end of file