github-actions[bot]
deploy from github actions 2026-06-18
c8ae75d
Raw
History Blame Contribute Delete
135 Bytes
import BasicChatPageClient from "./BasicChatPageClient";
export default function BasicChatPage() {
return <BasicChatPageClient />;
}