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