Next.js Discord

Discord Forum

I need help with importing

Answered
Netherland Dwarf posted this in #help-forum
Open in Discord
Avatar
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
Answered by chisto
Maybe the path is wrong or you are not exporting it from Navbar file, try auto importing with control + spacebar
View full answer

2 Replies

Avatar
Maybe the path is wrong or you are not exporting it from Navbar file, try auto importing with control + spacebar
Answer
Avatar
@chisto Maybe the path is wrong or you are not exporting it from Navbar file, try auto importing with control + spacebar
Avatar
Netherland DwarfOP
SOLVED! THANK YOU VERY MUCH !!!!!!!!!!!