export const strings = [
coffee: {first: 'caramel',
second: 'pumpkin',
third: 'hazelnut'},
tea: {first: 'citrus',
second: 'berry',
third: 'mint'},
biscuit: {first: 'choc',
second: 'strawberry',
third: 'sweet'},
soda: {first: 'cola',
second: 'almond',
third: 'cherry'},
iceCream: {first: 'blueberry',
second: 'bubblegum',
third: 'banana'}
]