chore(OwnerToken): remove unused `CommunityOwnable` import

This seems to have been a leftover.
This commit is contained in:
r4bbit 2024-02-28 09:19:56 +01:00
parent fcf30cde8f
commit b2b25ff6e3
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
pragma solidity ^0.8.17; pragma solidity ^0.8.17;
import { BaseToken } from "./BaseToken.sol"; import { BaseToken } from "./BaseToken.sol";
import { CommunityOwnable } from "../CommunityOwnable.sol";
contract OwnerToken is BaseToken { contract OwnerToken is BaseToken {
error OwnerToken_MaxSupplyLocked(); error OwnerToken_MaxSupplyLocked();