Created the App.js of the client (͡° ͜ʖ ͡°)

This commit is contained in:
Mathias Wagner
2022-04-05 19:37:31 +02:00
parent 1e7cfeae72
commit cf1a768a5b
+11
View File
@@ -0,0 +1,11 @@
import './App.css';
function App() {
return (
<div className="App">
{/* TODO: Start coding, i guess */}
</div>
);
}
export default App;