CS lib
This commit is contained in:
parent
cec664c8d0
commit
ff2320f08c
13 changed files with 297 additions and 297 deletions
|
@ -1,8 +1,8 @@
|
|||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import dataReducer from './dataStore';
|
||||
|
||||
export const store = configureStore({
|
||||
export const store = configureStore( {
|
||||
reducer: {
|
||||
data: dataReducer,
|
||||
},
|
||||
});
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue