diff options
| author | Ethan Mick <ethan@ethanmick.com> | 2025-09-15 12:33:08 -0400 |
|---|---|---|
| committer | Ethan Mick <ethan@ethanmick.com> | 2025-09-15 12:33:08 -0400 |
| commit | a30f727c95d7aa01e4a05091601067367e3b795b (patch) | |
| tree | 663c309997058b4e54ac08e3f5e6b26cc31f6d5a /renderer/src | |
initial commit
Diffstat (limited to 'renderer/src')
| -rw-r--r-- | renderer/src/main.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/renderer/src/main.tsx b/renderer/src/main.tsx new file mode 100644 index 0000000..9a6b03b --- /dev/null +++ b/renderer/src/main.tsx | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | import React from 'react' | ||
| 2 | import { createRoot } from 'react-dom/client' | ||
| 3 | |||
| 4 | createRoot(document.getElementById('root')!).render(<main>hi</main>) | ||
