Skip to content

Commit

Permalink
fix: organize all modules under modules folder (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangting-alchemy authored Jul 19, 2024
1 parent cca4572 commit 6abe02c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {UpgradeableModularAccount} from "../../src/account/UpgradeableModularAcc
import {ModuleEntity, ModuleEntityLib} from "../../src/helpers/ModuleEntityLib.sol";
import {Call} from "../../src/interfaces/IStandardExecutor.sol";

import {AllowlistModule} from "../../src/samples/permissionhooks/AllowlistModule.sol";
import {AllowlistModule} from "../../src/modules/permissionhooks/AllowlistModule.sol";

import {Counter} from "../mocks/Counter.sol";
import {CustomValidationTestBase} from "../utils/CustomValidationTestBase.sol";
Expand Down
File renamed without changes.

0 comments on commit 6abe02c

Please sign in to comment.