open-o1 / pages /index.tsx
saq1b's picture
Upload index.tsx
8dae1b6 verified
raw
history blame
105 Bytes
import AIChat from '../components/AiChat.tsx'
export default function Home() {
return <AIChat />
}