Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Nov 28, 2024
1 parent 5f38b07 commit a00b8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/accounts/nexus/interfaces/INexusBootstrap.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.23 <0.9.0;

import { IModule as IERC7579Module } from "src/accounts/common/interfaces/IERC7579Module.sol";
import { IERC7484 } from "src/Interfaces.sol";
import { IModule as IERC7579Module } from "../../../accounts/common/interfaces/IERC7579Module.sol";
import { IERC7484 } from "../../../Interfaces.sol";

struct BootstrapConfig {
address module;
Expand Down

0 comments on commit a00b8bb

Please sign in to comment.