diff --git a/site/docs/components/TransactionWrapper.tsx b/site/docs/components/TransactionWrapper.tsx index 7e1784f0df..942f40f0cb 100644 --- a/site/docs/components/TransactionWrapper.tsx +++ b/site/docs/components/TransactionWrapper.tsx @@ -1,10 +1,10 @@ import { ReactNode } from 'react'; import { useAccount } from 'wagmi'; +import type { Config } from 'wagmi'; import type { UseSendCallsParameters, UseSendCallsReturnType, } from 'wagmi/experimental'; -import type { Config } from 'wagmi'; type TransactionWrapperChildren = UseSendCallsReturnType< Config,