Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created December 22, 2023 18:01
Show Gist options
  • Save Daltonic/b8fbcc4d0594d807c8da8c05455e9280 to your computer and use it in GitHub Desktop.
Save Daltonic/b8fbcc4d0594d807c8da8c05455e9280 to your computer and use it in GitHub Desktop.
Event X
import { GlobalState } from '@/utils/type.dt'
export const globalStates: GlobalState = {
event: null,
tickets: [],
ticketModal: 'scale-0',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment