Mercurial
view playground/main.ts @ 170:7fce234bfdca
Closing old fzf head
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 17:35:39 -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());