fix: Fix router synchronization with redux store

This commit is contained in:
Maksim Eltyshev
2022-12-15 01:34:48 +01:00
parent 1fda1bc687
commit 381146b991
19 changed files with 157 additions and 47 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import store, { history } from './store';
import store from './store';
import history from './history';
import Root from './components/Root';
import './i18n';