mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 13:46:18 +10:00
8 lines
77 B
React
8 lines
77 B
React
import Row from './row';
|
|
import Col from './col';
|
|
|
|
export {
|
|
Row,
|
|
Col,
|
|
};
|