The source of my image is ->
src/assets/images/doctor1.jpg
I would like to use this image here ->
src/components/docNotes/docNotes.js
In the docNotes.js file, I attempted ->
<Avatar className={classes.avtar} alt="Remy Sharp" src={'../../assets/images/doctor1.jpg'} />
I've been trying different approaches for a couple of hours but haven't been successful in displaying the image in Avatar. Any assistance would be greatly appreciated.