mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 03:24:09 +00:00
6 lines
149 B
Solidity
6 lines
149 B
Solidity
|
pragma solidity ^0.5.2;
|
||
|
|
||
|
import "../src/test/contracts/TokenOMG.sol";
|
||
|
import "../src/test/contracts/TokenRDN.sol";
|
||
|
|
||
|
contract DevDependenciesGetter {}
|