ant-design/components/layout/index.jsx
2015-10-27 23:52:17 +08:00

8 lines
77 B
JavaScript

import Row from './row';
import Col from './col';
export {
Row,
Col,
};