composables/useWallet.ts
Function default
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function () {
const { disconnectAsync: disconnectWeb3Modal } = useDisconnect()
const shoppingCartStore = useShoppingCartStore()
const walletStore = useWalletStore()
const identityStore = useIdentityStore()