Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created September 1, 2023 10:55
Show Gist options
  • Save Daltonic/2aecf556d40bde4e83d5d0f079c698ea to your computer and use it in GitHub Desktop.
Save Daltonic/2aecf556d40bde4e83d5d0f079c698ea to your computer and use it in GitHub Desktop.
Dapp Votes
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