repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
A Autonomous Ai Agent called Leone Ai
stars
latest
clone command
git clone gitlawb://did:key:z6MkhS7a...kPdV/a-autonomous-ai...git clone gitlawb://did:key:z6MkhS7a.../a-autonomous-ai...ff8aa704sync from playground20h ago| import { createRoot } from "react-dom/client"; |
| #3 | import App from "./App.tsx"; |
| #4 | import "./index.css"; |
| #5 |
| #6 | createRoot(document.getElementById("root")!).render( |
| #7 | <StrictMode> |
| #8 | <App /> |
| #9 | </StrictMode>, |
| #10 | ); |
| #11 |