changed project structure, merged docker compose files

This commit is contained in:
2026-05-06 17:09:28 +02:00
parent 86b3cd38f4
commit 5c6b4c4b9d
52 changed files with 20 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
function Homepage() {
return (
<>
<h1 style={{ margin: "120px 40px 40px 40px" }}>Ignore this page</h1>
</>
);
}
export default Homepage;