import { Col, Row } from 'react-bootstrap' import Input from '../handlers/Input' const UserForm = () => { return (
) } export default UserForm