Files
SusMarket/reactapp/src/components/LoginMenu.tsx
RailTH 7d1cc35a0c 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
2024-02-04 12:45:21 +11:00

8 lines
108 B
TypeScript

import React from "react";
export default function LoginMenu() {
return(
<>
</>
)
}