Mercurial
view playground/main.ts @ 44:0cfd7d9277b0
[ReactGame] 2048
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 03 Dec 2025 18:34:22 -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());