fix lint
This commit is contained in:
parent
c3fbd8ae1f
commit
93f5e946fa
|
@ -7,5 +7,5 @@ injectTapEventPlugin();
|
|||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById('react-container')
|
||||
document.getElementById('react-container'),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user