mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
'use client';
|
|
|
|
// Re-export useWalletConnection as useWallet for backwards compatibility
|
|
export { useWalletConnection as useWallet } from './useWalletConnection';
|
|
|