repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 |
| import React from "react"; |
| #2 | import ReactDOM from "react-dom/client"; |
| #3 | import { App } from "./App"; |
| #4 | import "./styles.css"; |
| #5 |
| #6 | ReactDOM.createRoot(document.getElementById("root")!).render( |
| #7 | <React.StrictMode> |
| #8 | <App /> |
| #9 | </React.StrictMode>, |
| #10 | ); |
| #11 |