Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created September 1, 2023 10:39
Show Gist options
  • Save Daltonic/6cfefcf0787aa22fbfba8610db902c7d to your computer and use it in GitHub Desktop.
Save Daltonic/6cfefcf0787aa22fbfba8610db902c7d to your computer and use it in GitHub Desktop.
Dapp Votes
import { GlobalState } from '@/utils/types'
export const globalStates: GlobalState = {
wallet: '',
createModal: 'scale-0',
updateModal: 'scale-0',
deleteModal: 'scale-0',
contestModal: 'scale-0',
chatModal: 'scale-0',
polls: [],
poll: null,
group: null,
contestants: [],
currentUser: null,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment