This website works better with JavaScript
Home
Explore
Help
Sign In
tuonq
/
ChatAI
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d49b2aa2c3
Branches
Tags
master
ChatAI
/
app
/
page.tsx
page.tsx
96 B
History
Raw
1
2
3
4
5
import { Home } from "./components/home";
export default function App() {
return <Home />;
}