#Import Issues (React)
1 messages · Page 1 of 1 (latest)
[vite] Internal server error: Failed to resolve import "./components" from "src/App.jsx". Does the file exist?
it looks like its ./components/Navbar/Navbar
its in a subfolder
even when i do that it still does not work tho:/
and when i remove that import completely and just take out the navbar, it gives me an error for importing from ./containers too
whats inside containers?
does containers have a index.js file?