I have this structure of an app (node_modules dir excluded from this list):
node_modules
├── actions.js ├── bundle.js ├── components │ ├── App.js │ ├── Foote
Your file structure says that folder name is Container with a capital C. But you are trying to import it by container with a lowercase c. You will need to change the import or the folder name because the paths are case sensitive.
Container
container