Skip to content

Commit 6c931af

Browse files
committed
Fix paths
1 parent 45ac313 commit 6c931af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/lib/RestrictedPausable.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.22;
33

4-
import "openzeppelin/contracts/access/AccessControl.sol";
5-
import "openzeppelin/contracts/utils/Pausable.sol";
4+
import "./openzeppelin/contracts/access/AccessControl.sol";
5+
import "./openzeppelin/contracts/utils/Pausable.sol";
66

77
error UnauthorizedInitializer();
88
error AlreadyInitialized();

0 commit comments

Comments
 (0)