Routing, Profile page and changes in file structure

Started coding of profile page, made routing with react-router, added logo in title and changed structure of files
This commit is contained in:
RailTH
2024-02-04 12:45:21 +11:00
parent 630c6dab80
commit 7d1cc35a0c
20 changed files with 134 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
import React from "react";
export default function LoginMenu() {
return(
<>
</>
)
}