created dynamic slug file for rooms

Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-11 14:49:13 +05:30
padre cebb877d0e
commit 378e5fa9a9

Ver fichero

@@ -0,0 +1,9 @@
import React from 'react'
const RoomPage = () => {
return (
<h1>RoomPage</h1>
)
}
export default RoomPage;