import React from 'react' import { Button } from '../../' const ButtonFullWidth = (props) => (
) export default ButtonFullWidth