diff --git a/project2-front/src/component/UserProfile/UserDisplay.jsx b/project2-front/src/component/UserProfile/UserDisplay.jsx index f08999d..4522ad2 100644 --- a/project2-front/src/component/UserProfile/UserDisplay.jsx +++ b/project2-front/src/component/UserProfile/UserDisplay.jsx @@ -4,6 +4,7 @@ import "./UserDisplay.css"; import PropTypes from "prop-types"; // import PostContainer from "../Post/DisplayPost/PostContainer.jsx"; import { useEffect, useState } from "react"; +import UserAvatar from "../AvatarComponent/UserAvatar.jsx"; const UserDisplay = ({ user }) => { const [userData, setUserData] = useState(user);