This commit is contained in:
2020-08-21 22:53:46 +02:00
parent c5db725b8c
commit 42e8de1473
12 changed files with 128 additions and 94 deletions

View File

@@ -4,5 +4,6 @@ import { render } from 'react-dom';
import App from './App';
const root = document.createElement('div');
root.style.height = '100%';
document.body.appendChild(root);
render(<App />, root);