initial commit
This commit is contained in:
commit
e3f66e4fa6
181 changed files with 25033 additions and 0 deletions
src/component/button
4
src/component/button/index.js
Normal file
4
src/component/button/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { connect } from 'react-redux';
|
||||
import Button from './view';
|
||||
|
||||
export default connect()(Button);
|
Loading…
Add table
Add a link
Reference in a new issue