mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user