This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tuonq
/
ChatAI
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
a9940cb05e
Branches
Tags
master
ChatAI
/
app
/
page.tsx
page.tsx
96 B
Historique
Raw
1
2
3
4
5
import { Home } from "./components/home";
export default function App() {
return <Home />;
}