UNPKG

compass-docgen

Version:

This is a package that will help you to create your documentation for yours components

9 lines (7 loc) 234 B
import { configureStore } from '@reduxjs/toolkit'; import sectionSlice from '../pages/component/sections/component-section.slice'; export default configureStore({ reducer: { sectionItems: sectionSlice, }, });