Closed DPigeon closed 5 years ago
Created a new component called 'PlayButton' and I cannot import it anywhere.
Error: Unable to resolve "AppComponents/Navigation/PlayButton" from "App.js"
Tried to fix this defect. If I cannot fix it by tonight, I will write my entire app in App.js
This issue was fixed. All I had to do was to import them as '.js' files and not '.jsx' files.
Created a new component called 'PlayButton' and I cannot import it anywhere.
Error: Unable to resolve "AppComponents/Navigation/PlayButton" from "App.js"