mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
init
This commit is contained in:
5
dmtp/client/hooks/useWallet.ts
Normal file
5
dmtp/client/hooks/useWallet.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
'use client';
|
||||
|
||||
// Re-export useWalletConnection as useWallet for backwards compatibility
|
||||
export { useWalletConnection as useWallet } from './useWalletConnection';
|
||||
|
||||
Reference in New Issue
Block a user