Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created December 22, 2023 18:05
Show Gist options
  • Save Daltonic/4e91a72da751a7122b10722e2a2282c3 to your computer and use it in GitHub Desktop.
Save Daltonic/4e91a72da751a7122b10722e2a2282c3 to your computer and use it in GitHub Desktop.
Event X
import { configureStore } from '@reduxjs/toolkit'
import globalSlices from './globalSlices'
export const store = configureStore({
reducer: {
globalStates: globalSlices,
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment