diff --git a/src/index.tsx b/src/index.tsx index 4f82d79..f07c29e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -36,5 +36,5 @@ class TimerView extends React.Component<{appState: AppState}, {}> { } }; -const appState = new AppState(); +const appState = new AppState(); ReactDOM.render(, document.getElementById('root'));