index
:
runicity
main
🐇
Git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
index.tsx
blob: 4998105d8ea3dac3a7a359565bf3f29a51e79bad (
plain
) (
blame
)
1
2
3
4
import { render } from "preact"; import App from "./App"; render(<App />, document.body);