Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Mar 8, 2023
1 parent 2e8fc22 commit 4018c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/BridgeForm.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import clsx from "clsx";
import BigNumber from "bignumber.js";
import { useEffect, useState } from "react";
import { FiRefreshCw } from "react-icons/fi";
import { useAccount, useBalance } from "wagmi";
import { ConnectKitButton } from "connectkit";
import { autoUpdate, shift, size, useFloating } from "@floating-ui/react-dom";
Expand Down Expand Up @@ -33,7 +34,6 @@ import {
FEES_INFO,
} from "../constants";
import Tooltip from "./commons/Tooltip";
import { FiRefreshCw } from "react-icons/fi";

function SwitchButton({
onClick,
Expand Down

0 comments on commit 4018c8b

Please sign in to comment.