5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
import Row from './Row';
|
||
|
import Col from './Col';
|
||
|
|
||
|
export { Row, Col };
|