mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-10 04:29:32 +02:00
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:
8
reactapp/src/components/LoginMenu.tsx
Normal file
8
reactapp/src/components/LoginMenu.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
|
||||
export default function LoginMenu() {
|
||||
return(
|
||||
<>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user