import CreateRoom from "./CreateRoom"; import JoinRoom from "./JoinRoom"; const AddRoom = () => { return (
참여중인 방목록
); }; export default AddRoom;