I need help with importing
Answered
Netherland Dwarf posted this in #help-forum
Netherland DwarfOP
I want to import my components/navbar to my layout but it keeps not working!!!!
Module not found: Can't resolve '.../components/Navbar'
4 | import Navbar from ".../components/Navbar";
I am going insane
Module not found: Can't resolve '.../components/Navbar'
4 | import Navbar from ".../components/Navbar";
I am going insane
Answered by chisto
Maybe the path is wrong or you are not exporting it from Navbar file, try auto importing with control + spacebar
2 Replies
Maybe the path is wrong or you are not exporting it from Navbar file, try auto importing with control + spacebar
Answer
@chisto Maybe the path is wrong or you are not exporting it from Navbar file, try auto importing with control + spacebar
Netherland DwarfOP
SOLVED! THANK YOU VERY MUCH !!!!!!!!!!!