Remix #2763
-
Please I need help Error: not found |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
@Cybermariam Show the image and hover your mouse over the error. |
Beta Was this translation helpful? Give feedback.
-
Hey @Cybermariam make sure you use the correct name of the contract when importing it. |
Beta Was this translation helpful? Give feedback.
-
Use the correct file-name in your |
Beta Was this translation helpful? Give feedback.
Hey @Cybermariam make sure you use the correct name of the contract when importing it.
From you screenshot, your file is named
MyContract
notmyContract
Use
import "./MyContract.sol";
instead