Failed to compile
Module not found error


Based on the screenshot, the file name is Faceboook.js and you are trying to import Facebook.js. May be that could the reason.
I was trying to import by changing the name of the file from 'Facebook' to 'Faceboook'. Still, it is giving the same error.
This is intersting @princek64. I tried to reproduce it but its
working for me :)
May be if you can share the code, it might help with further debugging!
@pratyushj I have shared the code with you!
@princek64 I have updated your repo with the fix. Can close this issue now.
@pratyushj Thank you. It's working now