scira-chat / app /page.tsx
mukaddamzaid's picture
init commit
5012205
raw
history blame
93 Bytes
import Chat from "@/components/chat";
export default function Page() {
return <Chat />;
}