I hope your issue has been resolved if not then please follow below mentioned steps it might help you as it helped me.
Make sure that if you marked module as a default then you don't have to use {} when importing into another file where u will use it.
Check all the files in which you have used that module and make sure you don't use {} if the module is exported as default.
Hope this will help.