Skip to content

Commit

Permalink
[cow amm withdraw]: chore: use internal spinner on balance preview
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Oct 7, 2024
1 parent fbaf3ba commit eb34aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/withdraw-pool/src/components/PoolBalancePreview.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
"use client";

import { TokenAmount, TokenInfo } from "@bleu/cow-hooks-ui";
import { Label, Spinner, cn } from "@bleu/ui";
import { Label, cn } from "@bleu/ui";
import type { IPoolBalance } from "../types";
import { formatUnits } from "ethers/lib/utils";
import { useMemo } from "react";
import { useUserPoolBalance } from "#/hooks/useUserPoolBalance";
import { useIFrameContext } from "@bleu/cow-hooks-ui";
import { useFormContext, useWatch } from "react-hook-form";
import { multiplyValueByPct } from "#/utils/math";
import { Spinner } from "./Spinner";

export function PoolBalancesPreview({
label,
Expand Down

0 comments on commit eb34aa2

Please sign in to comment.