mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-10 04:29:32 +02:00
Started coding of profile page, made routing with react-router, added logo in title and changed structure of files
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
import React from "react";
|
|
|
|
export default function LoginMenu() {
|
|
return(
|
|
<>
|
|
</>
|
|
)
|
|
} |