saq1b commited on
Commit
8dae1b6
1 Parent(s): 79e3cf6

Upload index.tsx

Browse files
Files changed (1) hide show
  1. 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
+ }