UNPKG

cra-template-ipt-sun-redux

Version:

The base template for Create React App with Redux folder structure dedicated for the creator of this template.

9 lines (7 loc) 188 B
import { configureStore } from '@reduxjs/toolkit'; import * as Slice from './Slices'; export const store = configureStore({ reducer: { counter: Slice.counterSlice, }, });