I am trying to deploy my app on Github to Heroku but getting error:
ERROR in ./src/Index.tsx Module not found: Error: Can\'t resolve \'./ConfigureStore\
Your file is called configureStore, while you try to import ConfigureStore, it should be with lowerCase "c".
configureStore
ConfigureStore
It works on your machine but Heroku is case sensitive.