Remove extra space
This commit is contained in:
parent
1208e20c58
commit
82247443a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue