ui / src /app /page.tsx
bipinkrish
idk what am i doing
b9515a8
Raw
History Blame Contribute Delete
117 Bytes
import { ChatPage } from "@/webzero/chat-page";
export default function Home() {
return (
<ChatPage />
);
}