changed project structure, merged docker compose files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function Homepage() {
|
||||
return (
|
||||
<>
|
||||
<h1 style={{ margin: "120px 40px 40px 40px" }}>Ignore this page</h1>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default Homepage;
|
||||
Reference in New Issue
Block a user