4 lines
79 B
Vue
4 lines
79 B
Vue
![]() |
import Row from './row.vue';
|
||
|
import Col from './col.vue';
|
||
|
|
||
|
export { Row, Col };
|