chore: formatting

This commit is contained in:
cha0s 2018-09-03 22:06:02 -05:00
parent 24f9750e5f
commit 2deb7fc289

View File

@ -4,8 +4,6 @@ import ReactDOM from 'react-dom';
import Root from './root';
import createRootStore from './root/store';
ReactDOM.render(
<Root store={createRootStore()} />,
document.querySelector('.root')