import Chat from "../islands/Chat.tsx"; export default function ChatPage() { return (

Chat Room
Demo

This is an ephemeral chat room. Messages are only visible to users currently online and aren't stored after you leave.

); }