moved components to TypeScript

This commit is contained in:
muerwre 2019-02-12 16:20:31 +07:00
parent 85b8860862
commit 0a01c91271
54 changed files with 2771 additions and 5134 deletions

View file

@ -43,7 +43,7 @@ export function configureStore(): { store: Store<any>, persistor: Persistor } {
}
export const history = createBrowserHistory();
export const historyListener = history.listen((location, action) => {
if (action === 'REPLACE') return;
store.dispatch(locationChanged(location.pathname));
});
// export const historyListener = history.listen((location, action) => {
// if (action === 'REPLACE') return;
// store.dispatch(locationChanged(location.pathname));
// });