This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
ryuiso
/
next-chat
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
d49b2aa2c3
Branches
Tags
main
next-chat
/
app
/
page.tsx
page.tsx
96 B
Histórico
Raw
1
2
3
4
5
import { Home } from "./components/home";
export default function App() {
return <Home />;
}