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