in the Dropdown.jsx you forgot to get the pic that you passed to it. you just imported the DropPic component that is totaly useles beacuse you are not giving it any data (the pic) so I just get the pic in the props and add <img src={pic} alt="lolo" />
to show it. (I forked to your stackblitz)