From 8a87cd1b745f6729b61e194e52d12d9a7a52cce6 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 12:12:45 +0800 Subject: [PATCH] update pay function --- src/views/AgentChat/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/AgentChat/index.js b/src/views/AgentChat/index.js index c09a2d40..d93a9571 100644 --- a/src/views/AgentChat/index.js +++ b/src/views/AgentChat/index.js @@ -1014,5 +1014,3 @@ const StepResultsPanel = ({ stepResults }) => { ); }; - -export default AgentChat;