Mercurial
view hg-web/src/main.tsx @ 193:9f4429c49733 hg-web
[HgWeb] Making progress....
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 25 Jan 2026 20:04:55 -0800 |
| parents | a2725419f988 |
| 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 />);