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

View File

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