UNPKG

@selemondev/create-react-next

Version:

The Next Generation React Scaffolding Tool ✨

8 lines (7 loc) 200 B
import { configureStore } from '@reduxjs/toolkit' import counterReducer from "../features/counter/counterSlice" export const store = configureStore({ reducer: { counter: counterReducer, }, })