created dynamic slug file for rooms
Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
9
client/src/pages/room/[slug].jsx
Archivo normal
9
client/src/pages/room/[slug].jsx
Archivo normal
@@ -0,0 +1,9 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const RoomPage = () => {
|
||||||
|
return (
|
||||||
|
<h1>RoomPage</h1>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default RoomPage;
|
||||||
Referencia en una nueva incidencia
Block a user