InfoUpdatePage.js 183 Bytes
Newer Older
이재연's avatar
이재연 committed
1
2
3
4
5
6
7
8
9
10
11
import InfoUpdate from "../components/Profile/InfoUpdate";

const InfoUpdatePage = () => {
  return (
    <div>
      <InfoUpdate />
    </div>
  );
};

export default InfoUpdatePage;