Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created December 19, 2023 13:01
Show Gist options
  • Save Daltonic/7b3a9db8902d8ce831384ad42ca7231b to your computer and use it in GitHub Desktop.
Save Daltonic/7b3a9db8902d8ce831384ad42ca7231b to your computer and use it in GitHub Desktop.
Dapp Funds
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