import React from "react"; import { Link } from "react-router-dom"; export const LoginSuccess = () => { return (

로그인이 완료되었습니다.

홈으로
); };