initial commit

This commit is contained in:
Akinwale Ariwodola 2019-07-09 01:54:32 +01:00
commit e3f66e4fa6
181 changed files with 25033 additions and 0 deletions
src/component/button

View file

@ -0,0 +1,4 @@
import { connect } from 'react-redux';
import Button from './view';
export default connect()(Button);