fix: exports

This commit is contained in:
cha0s 2020-12-23 11:53:04 -06:00
parent 33d7ecde45
commit 157c193de9
2 changed files with 3 additions and 0 deletions

View File

@ -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';

View File

@ -1,6 +1,8 @@
export {
createAction,
createAsyncThunk,
createNextState,
createSelector,
createSlice,
current,
} from '@reduxjs/toolkit';