Mercurial
view hg-web/src/main.tsx @ 198:008ca7780c8a
S3 upload got it to work.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 14 Feb 2026 16:18:14 -0800 |
| parents | 9f4429c49733 |
| children |
line wrap: on
line source
import React from 'react'; import ReactDOM from 'react-dom/client'; import { App } from "hg-web/src/components/app"; const root = ReactDOM.createRoot(document.getElementById('root')!); root.render(<App />);