Remove extra space

This commit is contained in:
Evgeny Samsonov 2017-12-23 22:15:23 -05:00
parent 1208e20c58
commit 82247443a2

View file

@ -36,5 +36,5 @@ class TimerView extends React.Component<{appState: AppState}, {}> {
} }
}; };
const appState = new AppState(); const appState = new AppState();
ReactDOM.render(<TimerView appState={appState} />, document.getElementById('root')); ReactDOM.render(<TimerView appState={appState} />, document.getElementById('root'));