Created the App.jsx

This commit is contained in:
2023-07-04 18:14:48 +02:00
parent 486cd27645
commit 3c8ccbeb65

9
src/App.jsx Normal file
View File

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