mirror of
https://gitlab.aliens-lyon.fr/encartes/web-interface.git
synced 2026-09-11 09:50:45 +02:00
Add comment
This commit is contained in:
@@ -5,6 +5,7 @@ import TableRow from '@mui/material/TableRow';
|
|||||||
import TableCell from '@mui/material/TableCell';
|
import TableCell from '@mui/material/TableCell';
|
||||||
import TableBody from '@mui/material/TableBody';
|
import TableBody from '@mui/material/TableBody';
|
||||||
|
|
||||||
|
/* Displays a list of rooms */
|
||||||
export default function Rooms({ rooms, callbackRoomSelected }) {
|
export default function Rooms({ rooms, callbackRoomSelected }) {
|
||||||
return <TableContainer variant="outlined">
|
return <TableContainer variant="outlined">
|
||||||
<Table aria-label="demo table">
|
<Table aria-label="demo table">
|
||||||
|
|||||||
Reference in New Issue
Block a user