Mercurial
view playground/main.ts @ 49:2b11e0449042
[React Game] 2048 game.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 13 Dec 2025 14:24:20 -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());