Skip to content

Commit

Permalink
feat: add form to antd.
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Oct 31, 2015
1 parent 6689011 commit 27ec561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const antd = {
Icon: require('./components/iconfont'),
Row: require('./components/layout').Row,
Col: require('./components/layout').Col,
Spin: require('./components/spin')
Spin: require('./components/spin'),
Form: require('./components/form'),
};

antd.version = require('./package.json').version;
Expand Down

0 comments on commit 27ec561

Please sign in to comment.