mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
8 lines
74 B
JavaScript
8 lines
74 B
JavaScript
import Row from './Row'
|
|
import Col from './Col'
|
|
|
|
export {
|
|
Row,
|
|
Col,
|
|
}
|