Created the App.jsx

This commit is contained in:
Mathias Wagner 2022-09-11 21:02:17 +02:00
parent 47f54e3be4
commit f3698f0ff5

8
src/App.jsx Normal file
View File

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