const themes = [
{
name: 'default',
label: 'Royal (default)'
},
name: 'scarlet',
label: 'Scarlet'
name: 'hotpants',
label: 'Hotpants'
}
]
export { themes }