Mercurial
view playground/main.ts @ 42:c2706ffb442b
[Gara] Peer to peer chat terminal app using go.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 21:00:10 -0800 |
| parents | 2b9e75756825 |
| children |
line wrap: on
line source
import { Foo } from "./june"; import ReactDOM from 'react-dom/client'; ReactDOM.createRoot(document.getElementById('root')!).render(Foo());