Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Last active December 19, 2023 12:56
Show Gist options
  • Save Daltonic/157a49fef39e3a1ac8b9a8883c6213f8 to your computer and use it in GitHub Desktop.
Save Daltonic/157a49fef39e3a1ac8b9a8883c6213f8 to your computer and use it in GitHub Desktop.
Dapp Funds
import { GlobalState } from '@/utils/type.dt'
export const globalStates: GlobalState = {
charities: [],
charity: null,
supports: [],
deleteModal: 'scale-0',
donorsModal: 'scale-0',
supportModal: 'scale-0',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment