Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmkm committed Aug 6, 2024
1 parent a2dbd9f commit c650e99
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/nextjs/app/cow/_components/PoolCreation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ import Link from "next/link";
import { StepsDisplay } from "./StepsDisplay";
import { Address, parseUnits } from "viem";
import { Alert, TextField, TokenField, TransactionButton } from "~~/components/common/";
import {
useBindPool,
useCreatePool,
useFinalizePool,
useNewPoolEvents,
useReadPool,
useSetSwapFee,
} from "~~/hooks/cow/";
import { useBindPool, useCreatePool, useFinalizePool, useReadPool, useSetSwapFee } from "~~/hooks/cow/";
import { getPoolUrl } from "~~/hooks/cow/getPoolUrl";
import { PoolCreationState } from "~~/hooks/cow/usePoolCreationState";
import { useTargetNetwork } from "~~/hooks/scaffold-eth/useTargetNetwork";
Expand Down

0 comments on commit c650e99

Please sign in to comment.