We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd91318 commit dbe3b73Copy full SHA for dbe3b73
packages/sharing-smart-contract/test/SupportsInterface.t.sol
@@ -4,7 +4,6 @@ pragma solidity ^0.8.24;
4
5
import {Test} from "forge-std/Test.sol";
6
import {DataProtectorSharing} from "../contracts/DataProtectorSharing.sol";
7
-import {IPoCo} from "../contracts/interfaces/IPoCo.sol";
8
import {AddOnlyAppWhitelistRegistry} from "../contracts/registry/AddOnlyAppWhitelistRegistry.sol";
9
import {IRegistry} from "../contracts/interfaces/IRegistry.sol";
10
import {IAccessControl} from "@openzeppelin/contracts/access/IAccessControl.sol";
0 commit comments