adrianhajdin / iphone

Recreate the Apple iPhone 15 Pro website, combining GSAP animations and Three.js 3D effects. From custom animations to animated 3D models, this tutorial covers it all.
https://iphone-doc.vercel.app/
1.03k stars 184 forks source link

Utils issue #4

Closed CHIRAG-DAMANI-08 closed 6 months ago

CHIRAG-DAMANI-08 commented 6 months ago

i keep getting this error even though my utils file is present   [plugin:vite:import-analysis] Failed to resolve import "../utils" from "src/components/Navbar.jsx". Does the file exist? C:/Users/Chirag Damani/React Projects/apple_website/src/components/Navbar.jsx:1:54 15 | window.$RefreshSig$ = RefreshRuntime.createSignatureFunctionForTransform; 16 | } 17 | import { appleImg, bagImg, searchImg } from "../utils"; | ^ 18 | import { navLists } from "../constants"; 19 | const Navbar = () => {

CHIRAG-DAMANI-08 commented 6 months ago

found it , i just had to move the utils folder into the src folder !!!