import Button from './Button' export default { name: 'button', configure: function(config) { config.addComponent('button', Button) } }