import React from 'react'; import { Input, Row, Col, Icon } from '@btri-ui/base'; const BaseInput = () => { return (
); }; export default BaseInput;