Profile.tsx 84 B

12345
  1. const Widget = () => {
  2. return <div>user profile</div>;
  3. };
  4. export default Widget;