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;