Skip to content

Commit

Permalink
fix(storage): remove duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 28, 2024
1 parent c07dad7 commit 5919621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/ClientChainGatewayStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity ^0.8.19;
import {IETHPOSDeposit} from "../interfaces/IETHPOSDeposit.sol";
import {IExoCapsule} from "../interfaces/IExoCapsule.sol";
import {BootstrapStorage} from "../storage/BootstrapStorage.sol";
import {BootstrapStorage} from "./BootstrapStorage.sol";

import {IBeacon} from "@openzeppelin-contracts/contracts/proxy/beacon/IBeacon.sol";

Expand Down

0 comments on commit 5919621

Please sign in to comment.