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

7 lines
88 B
JavaScript
Raw Normal View History

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