(Lesson-3) Importing contracts #728
Answered
by
alymurtazamemon
Vanshika0901
asked this question in
Q&A
-
whenever i import any file with 'import' keyword, the compiler throws me an error that the file is not found, but it works fine when i copy paste the code. |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jul 4, 2022
Replies: 2 comments 6 replies
-
@Vanshika0901 Maybe the import statement has some typos or the path is not clear. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alymurtazamemon
-
Hey, if you don't mind can you paste the code that you inputted that the compiler gives you error? I may be able to help you then |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Vanshika0901 Maybe the import statement has some typos or the path is not clear.