Skip to content

Instantly share code, notes, and snippets.

@Daltonic
Created December 20, 2023 16:51
Show Gist options
  • Save Daltonic/730e0819128d70d5881e00f5d8429e08 to your computer and use it in GitHub Desktop.
Save Daltonic/730e0819128d70d5881e00f5d8429e08 to your computer and use it in GitHub Desktop.
Dapp Bnb
export const globalStates = {
appartments: [],
appartment: null,
reviews: [],
reviewModal: 'scale-0',
securityFee: 0,
bookings: [],
booking: null,
timestamps: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment