This commit is contained in:
2024-05-12 21:32:30 +02:00
parent af562b7b10
commit aa59eaa3fc
18 changed files with 428 additions and 78 deletions

View File

@@ -60,7 +60,10 @@ const Navbar = () => {
</Menu.Item>,
<SubMenu key="3" title="Chambres">
{roomItems}
</SubMenu>
</SubMenu>,
<Menu.Item key="4" >
<Link to="/rooms">Voir les chambres</Link>
</Menu.Item>,
];