Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Oct 13, 2023
1 parent 5c54fb3 commit bd61965
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ import { getRoundById } from "../../api/round";
import MRCProgressModal from "../../common/MRCProgressModal";
import { MRCProgressModalBody } from "./MRCProgressModalBody";
import { useCheckoutStore } from "../../../checkoutStore";
import {
Address,
formatUnits,
getAddress,
parseUnits,
zeroAddress,
} from "viem";
import { formatUnits, getAddress, parseUnits, zeroAddress } from "viem";
import { useConnectModal } from "@rainbow-me/rainbowkit";
import {
matchingEstimatesToText,
Expand Down

0 comments on commit bd61965

Please sign in to comment.