ant-design-vue/components/grid/index.js
2019-01-12 12:46:29 +08:00

5 lines
72 B
JavaScript

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