From f893276acbc36a8703560e45a06cd0eb5c5f87d3 Mon Sep 17 00:00:00 2001 From: atridadl Date: Tue, 19 Dec 2023 16:34:20 -0700 Subject: [PATCH] Comment change --- app/routes/room.$roomId.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/room.$roomId.tsx b/app/routes/room.$roomId.tsx index 753c0c0..978a00f 100644 --- a/app/routes/room.$roomId.tsx +++ b/app/routes/room.$roomId.tsx @@ -72,6 +72,7 @@ export function ErrorBoundary() { return ; } +// Page Entry Point export default function Room() { return ( <>