MERN stack application not rendering on heroku

I am trying to deploy my react app on heroku but none of my react.js components are rendering.

here is my server.js file


//////////////////
here is my node js package.json file

///////////
here is my react js package.json file

//////////
here is the app structure

///////////////
here is the error is am getting when I run the command Heroku logs --tail

Thanks for your assistance.