File size: 105 Bytes
8dae1b6
 
 
 
 
1
2
3
4
5
import AIChat from '../components/AiChat.tsx'

export default function Home() {
  return <AIChat />
}