This commit is contained in:
pradyuman-verma 2022-01-15 00:04:24 +05:30
parent bc65d55fd1
commit 7abd22bb79
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F

View File

@ -1,7 +1,6 @@
pragma solidity ^0.7.0; pragma solidity ^0.7.0;
import { MemoryInterface, InstaMapping } from "./interfaces.sol"; import { MemoryInterface } from "./interfaces.sol";
abstract contract Stores { abstract contract Stores {