mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 17:12:48 +00:00
formatting
This commit is contained in:
@@ -3,5 +3,4 @@ import ReactDOM from 'react-dom';
|
||||
|
||||
import Wrapper from './Wrapper';
|
||||
|
||||
ReactDOM.render( <Wrapper/>
|
||||
, document.getElementById('app'));
|
||||
ReactDOM.render(<Wrapper />, document.getElementById('app'));
|
||||
|
||||
Reference in New Issue
Block a user