add date display

This commit is contained in:
Ishaan Dey
2024-05-25 01:24:13 -07:00
parent a90c09200d
commit 08a898a82a
2 changed files with 23 additions and 2 deletions

View File

@ -60,6 +60,8 @@ export default async function CodePage({ params }: { params: { id: string } }) {
return notFound();
}
console.log("sandboxes: ", sandboxData);
return (
<div className="overflow-hidden overscroll-none w-screen flex flex-col h-screen bg-background">
<Room id={sandboxId}>