Created the App.jsx

This commit is contained in:
Mathias Wagner 2023-05-08 19:46:35 +02:00
parent 94c4ece183
commit 5c65842cae
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

8
client/src/App.jsx Normal file
View File

@ -0,0 +1,8 @@
const App = () => {
return (
<>
</>
)
}
export default App;