import Button from './Button';

export { default as ButtonCore } from './ButtonCore';
export default Button;
