import React from 'lodash'; // Don't have React installed in this project
import { base as button } from './styles/button.m.css';

export default () => (
  <button className={`${button}`}>
    Button
  </button>
);
