diff --git a/src/components/ProfileInfo/index.js b/src/components/ProfileInfo/index.js index 8480593..f8af410 100644 --- a/src/components/ProfileInfo/index.js +++ b/src/components/ProfileInfo/index.js @@ -1,8 +1,5 @@ import React from "react"; -import profilePic from "images/ProfileInfoportrait-of-a-smiling-young-man-in-eyewear.svg"; -import arrowDown from "images/ProfileInfoarrow-down.svg"; - const ProfileInfo = ({ name, role }) => { return (