import Button from './Button' import Leaf from './Leaf' export default { name: 'purple-background', Button, Leaf, }