diff --git a/apps/withdraw-pool/src/app/page.tsx b/apps/withdraw-pool/src/app/page.tsx index 617897a..16fd9e9 100644 --- a/apps/withdraw-pool/src/app/page.tsx +++ b/apps/withdraw-pool/src/app/page.tsx @@ -1,6 +1,5 @@ "use client"; -import { Input } from "@bleu/cow-hooks-ui"; import { Button, Form } from "@bleu/ui"; import { type HookDappContext, @@ -61,10 +60,6 @@ export default function Page() { /> {poolId && (
- {/* */} -
- -
+
{poolBalance.map((poolBalance) => ( , "name"> { name: string;