mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
completely removed modal reducer
This commit is contained in:
parent
b1e8bddbaf
commit
8d5afb4f98
34 changed files with 189 additions and 300 deletions
|
@ -5,11 +5,11 @@ import { PersistGate } from 'redux-persist/integration/react';
|
|||
import { configureStore } from '~/redux/store';
|
||||
import { App } from '~/containers/App';
|
||||
import '~/styles/main.scss';
|
||||
import { Store } from '~/store';
|
||||
import { getMOBXStore } from '~/store';
|
||||
import { StoreContextProvider } from '~/utils/context/StoreContextProvider';
|
||||
|
||||
const { store, persistor } = configureStore();
|
||||
const mobxStore = new Store();
|
||||
const mobxStore = getMOBXStore();
|
||||
|
||||
render(
|
||||
<StoreContextProvider store={mobxStore}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue