Skip to content

Commit

Permalink
chore: remove remapping path
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Aug 27, 2024
1 parent f54a072 commit ff158a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity >=0.6.2 <0.9.0;
pragma experimental ABIEncoderV2;

import { console } from "@forge-std-1.9.1/console.sol";
import { console } from "../../../../dependencies/@forge-std-1.9.1/src/console.sol";
import { DefaultNetwork } from "@fdk/utils/DefaultNetwork.sol";
import { Contract } from "../../utils/Contract.sol";
import { ISharedArgument, SampleMigration } from "../../SampleMigration.s.sol";
Expand Down

0 comments on commit ff158a0

Please sign in to comment.