Created the App.jsx

This commit is contained in:
2023-04-08 18:05:21 +02:00
parent 79613965e3
commit 7fd56beb10

7
src/App.jsx Normal file
View File

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