import React from 'react' import '../App.css' import { Form, Modal, Button, Row, Col, Image } from 'react-bootstrap'; import { KAKAO_AUTH_URL } from './../components/OAuth'; function SignUp() { const inboxstyled = { display: 'flex', flexDirection: 'column', maxWidth: '80%', justifyContent: 'center', margin: 'auto', padding: '1rem' } return ( <> Create an Account

Sign up with your social media account or email address


{/*

*/} KAKAO GOOGLE FACEBOOK
) } export default SignUp;