Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created December 20, 2023 16:55
Show Gist options
  • Save Daltonic/187fbf81056b88f2723da8b701f81ea2 to your computer and use it in GitHub Desktop.
Save Daltonic/187fbf81056b88f2723da8b701f81ea2 to your computer and use it in GitHub Desktop.
Dapp Bnb
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