Skip to content

Instantly share code, notes, and snippets.

@ohansemmanuel
Created September 14, 2017 19:19
Show Gist options
  • Save ohansemmanuel/429956b16a7534a0ebef02c2205aae5c to your computer and use it in GitHub Desktop.
Save ohansemmanuel/429956b16a7534a0ebef02c2205aae5c to your computer and use it in GitHub Desktop.
export const DEFAULT_STATE = {
cards: [
{
id: 1234,
text: defaultTextForCards,
isActiveCard: true
},
{
id: '12d3x4',
text: defaultTextForCards,
isActiveCard: false
}
],
cardIds: [1234, '12d34'],
isPublished: false,
appId: null,
isLandingPage: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment