We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8b476 commit 997c463Copy full SHA for 997c463
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/index.ts
@@ -1,4 +1,4 @@
1
+export { Chat } from '../../chat/chat'
2
export { Copilot } from '../../panel-new/components/copilot/copilot'
-export { Chat } from './chat/chat'
3
export { Console } from './console/console'
4
export { Variables } from './variables/variables'
0 commit comments