Upload index.tsx
Browse files- pages/index.tsx +5 -0
pages/index.tsx
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import AIChat from '../components/AiChat.tsx'
|
2 |
+
|
3 |
+
export default function Home() {
|
4 |
+
return <AIChat />
|
5 |
+
}
|