I am unable to import another smart contract on remix #1969
Unanswered
07Vaishnavi-Singh
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Show the directory please |
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
Uh oh!
There was an error while loading. Please reload this page.
-
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.0;
contract StorageFactory{
import "./SimpleStorage.sol";
SimpleStorage public simpleStorage;
function createSimpleStorage() public {
}
}
I am unable to import SimpleStorage file on remix ide
Beta Was this translation helpful? Give feedback.
All reactions