We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this error from 1:04:00 from the video on YouTube about this project.
The file does exist.
[vite] Internal server error: Failed to resolve import "./components" from "src\App.jsx". Does the file exist? Plugin: vite:import-analysis File: C:/Users/blockade/OneDrive/Desktop/nike/src/App.jsx:11:20 25 | SuperQuality 26 | } from "./sections"; 27 | import { Nav } from "./components"; | ^ 29 | /* @PURE */ jsxDEV(Nav, {}, void 0, false, { .......etc.....
The text was updated successfully, but these errors were encountered:
You need to create index.js file before you are importing "import { Nav } from './components';" like this
Sorry, something went wrong.
No branches or pull requests
I am getting this error from 1:04:00 from the video on YouTube about this project.
The file does exist.
[vite] Internal server error: Failed to resolve import "./components" from "src\App.jsx". Does the file exist?
Plugin: vite:import-analysis
File: C:/Users/blockade/OneDrive/Desktop/nike/src/App.jsx:11:20
25 | SuperQuality
26 | } from "./sections";
27 | import { Nav } from "./components";
| ^
29 | /* @PURE */ jsxDEV(Nav, {}, void 0, false, { .......etc.....
The text was updated successfully, but these errors were encountered: