2018-04-21 01:47:30 +03:00

6 lines
114 B
JavaScript

import Input from './Input';
import Label from './Label';
import Row from './Row';
export { Input, Label, Row };