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