import React from 'react' import '../App.css' import { Form, Modal, Button, Row, Col, Image, Alert } from 'react-bootstrap'; import { KAKAO_AUTH_URL } from './../components/OAuth'; function LoginwithSocial() { const inboxstyled = { display: 'flex', flexDirection: 'column', maxWidth: '100%', justifyContent: 'center', margin: 'auto', padding: '10px' } return ( <> LOGIN

{/* */} KAKAO GOOGLE FACEBOOK
) } export default LoginwithSocial;