fix: exports
This commit is contained in:
parent
33d7ecde45
commit
157c193de9
|
@ -2,6 +2,7 @@ import {Provider} from 'react-redux';
|
||||||
|
|
||||||
import configureStore from './store';
|
import configureStore from './store';
|
||||||
|
|
||||||
|
export * from 'react-redux';
|
||||||
export * from '../toolkit';
|
export * from '../toolkit';
|
||||||
export * from './storage';
|
export * from './storage';
|
||||||
export {default as storage} from './storage';
|
export {default as storage} from './storage';
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
export {
|
export {
|
||||||
createAction,
|
createAction,
|
||||||
createAsyncThunk,
|
createAsyncThunk,
|
||||||
|
createNextState,
|
||||||
|
createSelector,
|
||||||
createSlice,
|
createSlice,
|
||||||
current,
|
current,
|
||||||
} from '@reduxjs/toolkit';
|
} from '@reduxjs/toolkit';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user