Profile.jsx 114 B

123456789
  1. import React from 'react'
  2. const Profile = () => {
  3. return (
  4. <div>Profile</div>
  5. )
  6. }
  7. export default Profile