Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanNeiverth committed Dec 2, 2024
1 parent 65b7216 commit 4ab5c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cow-hooks-ui/src/PoolsDropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
} from "@radix-ui/react-icons";
import { Token } from "@uniswap/sdk-core";
import { useMemo, useState } from "react";
import useSWR from "swr";
import { type Address, isAddress } from "viem";
import { TokenLogoWithWeight } from "./TokenLogoWithWeight";
import { useIFrameContext } from "./context/iframe";
import type { IPool } from "./types";
Expand All @@ -19,10 +21,8 @@ import {
CommandItem,
CommandList,
} from "./ui/Command";
import { InfoTooltip } from "./ui/TooltipBase";
import useSWR from "swr";
import { Spinner } from "./ui/Spinner";
import { type Address, isAddress } from "viem";
import { InfoTooltip } from "./ui/TooltipBase";

export function PoolsDropdownMenu({
onSelect,
Expand Down

0 comments on commit 4ab5c6c

Please sign in to comment.