Comment change

This commit is contained in:
Atridad Lahiji 2023-12-19 16:34:20 -07:00
parent 498efeec80
commit f893276acb
No known key found for this signature in database

View file

@ -72,6 +72,7 @@ export function ErrorBoundary() {
return <ErrorPage />; return <ErrorPage />;
} }
// Page Entry Point
export default function Room() { export default function Room() {
return ( return (
<> <>