ant-design-vue/components/grid/index.js

8 lines
74 B
JavaScript

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