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