Profile.tsx 91 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
2
3
4
5
import React from "react";

export const Profile = () => {
  return <div>Profile</div>;
};