view playground/main.ts @ 39:6639f5389f47

[Amu Birthday] changed the logic and output when they lose.
author MrJuneJune <me@mrjunejune.com>
date Mon, 01 Dec 2025 20:37: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());