UNPKG

react-adminlte-components

Version:

React Components that use AdminLTE theme

9 lines (6 loc) 189 B
import { createStore } from 'redux' import { rootReducer } from 'base/reducers' export function configureStore(state) { const store = createStore(rootReducer, state); return store; }