Skip to content

Commit

Permalink
🪲 Fix import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Jul 20, 2023
1 parent 9ef29d8 commit 3fd0caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/uniswap/V3Path.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.18;

import {BytesLib} from "src/utils/uniswap/BytesLib.sol";
import {Constants} from "src/utils/uniswap//Constants.sol";
import {Constants} from "src/utils/uniswap/Constants.sol";

/// @title Functions for manipulating path data for multihop swaps
library V3Path {
Expand Down

0 comments on commit 3fd0caf

Please sign in to comment.