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 45ac313 commit 6c931afCopy full SHA for 6c931af
src/common/lib/RestrictedPausable.sol
@@ -1,8 +1,8 @@
1
// SPDX-License-Identifier: MIT
2
pragma solidity ^0.8.22;
3
4
-import "openzeppelin/contracts/access/AccessControl.sol";
5
-import "openzeppelin/contracts/utils/Pausable.sol";
+import "./openzeppelin/contracts/access/AccessControl.sol";
+import "./openzeppelin/contracts/utils/Pausable.sol";
6
7
error UnauthorizedInitializer();
8
error AlreadyInitialized();
0 commit comments