Created the App.jsx

This commit is contained in:
Mathias Wagner 2023-07-04 18:14:48 +02:00
parent 486cd27645
commit 3c8ccbeb65
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

9
src/App.jsx Normal file
View File

@ -0,0 +1,9 @@
const App = () => {
return (
<>
<h1>Work in Progress</h1>
</>
)
}
export default App