Initial commit

This commit is contained in:
2023-06-19 15:19:32 +02:00
commit 43eb88b722
16 changed files with 18714 additions and 0 deletions

11
client/src/App.js Normal file
View File

@ -0,0 +1,11 @@
import './App.css';
function App() {
return (
<div className="App">
Hello world!
</div>
);
}
export default App;