Failed to build in create-react-app

Hi @pipicoker,

Thanks for the follow-up.

I’m showing the latest build here:

With the error:

Module not found: Error: Can't resolve './Likes_Coll_Btns' in '/opt/build/repo/src/components'

This appears to be a case sensitivity issue.

From your Github:

The file is named Likes_coll_btns but it’s looking for Likes_Coll_Btns.

Could you see if you can find any references in your code with the capital letters and try lowercasing them?