repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Projectflow
stars
latest
clone command
git clone gitlawb://did:key:z6Mkfh4Y...QBEi/projectflowgit clone gitlawb://did:key:z6Mkfh4Y.../projectflowb3cded1async from playground22h ago| #3 | import App from "./App"; |
| #4 | import "./index.css"; |
| #5 |
| #6 | createRoot(document.getElementById("root")!).render( |
| #7 | <StrictMode> |
| #8 | <App /> |
| #9 | </StrictMode>, |
| #10 | ); |
| #11 |