react not importing files from where i want it #18561
Unanswered
yoniyona144444
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Does You should be using file extensions to remove ambiguity here altogether, i.e., |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import { brainwave } from "../assets";
its currently tying to import from
c:/Users/Yonatan/Desktop/Brainstorm(learnng react)/src/assets/index"
i want it from
"c:/Users/Yonatan/Desktop/Brainstorm(learnng react)/src/assets"
why is it doing this and how to fix it
Beta Was this translation helpful? Give feedback.
All reactions