import AddRoom from "./AddRoom"; import RoomSingle from "./RoomSingle"; const RoomList = () => { return (
); }; export default RoomList;