refactor: Convert main page to React
This commit is contained in:
1387
src/CharacterSheet.jsx
Normal file
1387
src/CharacterSheet.jsx
Normal file
File diff suppressed because it is too large
Load Diff
5
src/sheet-main.jsx
Normal file
5
src/sheet-main.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import CharacterSheet from './CharacterSheet';
|
||||
|
||||
createRoot(document.getElementById('root')).render(<CharacterSheet />);
|
||||
Reference in New Issue
Block a user