File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ The Governor will automatically detect the clock mode used by the token and adap
201201pragma solidity ^0.8.20;
202202
203203import {Governor} from "@openzeppelin/contracts/governance/Governor.sol";
204- import {GovernorCountingSimple} from "@openzeppelin/contracts/governance/compatibility /GovernorCountingSimple.sol";
204+ import {GovernorCountingSimple} from "@openzeppelin/contracts/governance/extensions /GovernorCountingSimple.sol";
205205import {GovernorVotes} from "@openzeppelin/contracts/governance/extensions/GovernorVotes.sol";
206206import {GovernorVotesQuorumFraction} from "@openzeppelin/contracts/governance/extensions/GovernorVotesQuorumFraction.sol";
207207import {GovernorTimelockControl} from "@openzeppelin/contracts/governance/extensions/GovernorTimelockControl.sol";
You can’t perform that action at this time.
0 commit comments