Skip to content

Commit

Permalink
fix: uniswap imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1NotMe committed Sep 26, 2024
1 parent 63a3f01 commit 793036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniswapV2DAppControl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { UserOperation } from "@atlas/types/UserOperation.sol";
import { SolverOperation } from "@atlas/types/SolverOperation.sol";

// Uniswap Imports
import { IUniswapV2Router01, IUniswapV2Router02 } from "./interfaces/IUniswapV2Router.sol";
import { IUniswapV2Router01, IUniswapV2Router02 } from "src/interfaces/IUniswapV2Router.sol";

/*
* @title UniswapV2DAppControl
Expand Down

0 comments on commit 793036d

Please sign in to comment.