room list and create room

This commit is contained in:
2024-05-13 00:13:52 +02:00
parent 35b6d419e1
commit 4985dd9ec2
14 changed files with 189 additions and 90 deletions

View File

@@ -42,10 +42,10 @@ const Navbar = () => {
const items = [
<Menu.Item key="0">
<Link to="/">Menu Principal</Link>
<Link to="/logout">Login / Logout</Link>
</Menu.Item>,
<Menu.Item key="1" >
<Link to="/home">Home</Link>
<Link to="/home">Menu Principal</Link>
</Menu.Item>,
<Menu.Item key="2" >
<Link to="/items">Tous les articles</Link>