Skip to content

Commit

Permalink
fix: Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Jan 16, 2025
1 parent 25dd6ad commit e59d946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-poems-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/walletkit': patch
---

Fix styles
2 changes: 1 addition & 1 deletion packages/walletkit/src/evm/hooks/useConnectEvmWallet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useWalletKit } from '@/core/index';
import { useWalletKit } from '@/core/providers/WalletKitProvider/context';
import { sleep } from '@/core/utils/common';
import { useEvmConnect, UseEvmConnectProps } from '@/evm/hooks/useEvmConnect';
import { useCallback } from 'react';
Expand Down

0 comments on commit e59d946

Please sign in to comment.