Skip to content

Commit

Permalink
Fix imports and package
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Jul 11, 2024
1 parent f48a8fa commit 909d7d9
Show file tree
Hide file tree
Showing 4 changed files with 7,210 additions and 30,078 deletions.
2 changes: 1 addition & 1 deletion contracts/mocks/HATTokenMock.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "../HATToken.sol";
import "../token/HATToken.sol";
//solhint-disable func-visibility
//solhint-disable no-empty-blocks

Expand Down
2 changes: 1 addition & 1 deletion contracts/tokenlock/HATTokenLock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.16;

import "./TokenLock.sol";
import "../HATToken.sol";
import "../token/HATToken.sol";


contract HATTokenLock is TokenLock {
Expand Down
Loading

0 comments on commit 909d7d9

Please sign in to comment.