Mercurial
view hg-web/src/main.tsx @ 236:ec93f99438b2
[resume] Update experience summary
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 06:49:25 -0700 |
| 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 />);