Skip to content

Commit

Permalink
cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abcrane123 committed Jul 16, 2024
1 parent 69274b0 commit 6345027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/components/TransactionWrapper.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 6345027

Please sign in to comment.