From 5c65842cae3d125041fffb2993eea1dfdf0e54ae Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 8 May 2023 19:46:35 +0200 Subject: [PATCH] Created the App.jsx --- client/src/App.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/src/App.jsx diff --git a/client/src/App.jsx b/client/src/App.jsx new file mode 100644 index 0000000..93fe654 --- /dev/null +++ b/client/src/App.jsx @@ -0,0 +1,8 @@ +const App = () => { + return ( + <> + + ) +} + +export default App; \ No newline at end of file