Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created December 22, 2023 10:17
P2E
import { GlobalState } from '@/utils/type.dt'
export const globalStates: GlobalState = {
games: [],
scores: [],
invitations: [],
game: null,
createModal: 'scale-0',
resultModal: 'scale-0',
inviteModal: 'scale-0',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment