import React from 'react' import Button from '../containers/Button' let App = () => (
) export default App;