export const UserProfile = () => {
  return (
    <Developer
      status="Wandering"
      skills={['Eat', 'Sleep', 'Dream']}
    />
  );
};