import MyInfo from "../components/MyInfo/MyInfo"
const MyPage = () => { return (
<div className="d-flex justify-content-center py-5"> <MyInfo/>
</div> ) } export default MyPage