repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Robin-hood Game
stars
latest
clone command
git clone gitlawb://did:key:z6MkwMR9...adEc/robin-hood-gamegit clone gitlawb://did:key:z6MkwMR9.../robin-hood-gamec8777c8csync from playground5h ago| #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 |