From 3e08dd6c7c099a31c134ecf1db759c9c706465f0 Mon Sep 17 00:00:00 2001 From: Meesut0 Date: Fri, 20 Feb 2026 15:06:10 +0100 Subject: [PATCH] add(docs) --- abstract-global-wallet/agw-client/actions/sendTransaction.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/abstract-global-wallet/agw-client/actions/sendTransaction.mdx b/abstract-global-wallet/agw-client/actions/sendTransaction.mdx index cfea02d..3f569a0 100644 --- a/abstract-global-wallet/agw-client/actions/sendTransaction.mdx +++ b/abstract-global-wallet/agw-client/actions/sendTransaction.mdx @@ -25,6 +25,7 @@ export default function SendTransaction() { }); } + return (); } ```