Mercurial
view playground/main.ts @ 34:6c322f9c2cb9
[Birthday] I didn't have nay time to buy birhtday present so w/e/
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 11 Oct 2025 15:07:07 -0700 |
| 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());