diff --git a/client/src/pages/room/[slug].jsx b/client/src/pages/room/[slug].jsx new file mode 100644 index 0000000..6bfde31 --- /dev/null +++ b/client/src/pages/room/[slug].jsx @@ -0,0 +1,9 @@ +import React from 'react' + +const RoomPage = () => { + return ( +

RoomPage

+ ) +} + +export default RoomPage; \ No newline at end of file