hey in the HmoePage.jsx component why did you destruct the repos and userProfile :{const res = await fetch(/api/users/profile/${username});
const { repos, userProfile } = await res.json(); } i think we cant it dosent work in my code
and ifix it like the code snipet in the picture you did it like the code snipte in the video on youtube

hey in the HmoePage.jsx component why did you destruct the repos and userProfile :{const res = await fetch(

/api/users/profile/${username});const { repos, userProfile } = await res.json(); } i think we cant it dosent work in my code
and ifix it like the code snipet in the picture you did it like the code snipte in the video on youtube