Skip to content

Commit d8d4a61

Browse files
committed
improvement(code): addressed comments
1 parent efefc16 commit d8d4a61

File tree

6 files changed

+641
-563
lines changed

6 files changed

+641
-563
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { LogRowContextMenu } from './log-row-context-menu'
2-
export { OutputContextMenu } from './output-context-menu'
2+
export { OutputPanel } from './output-panel'

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-context-menu.tsx renamed to apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-panel/components/output-context-menu.tsx

File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export type { OutputPanelProps } from './output-panel'
2+
export { OutputPanel } from './output-panel'

0 commit comments

Comments
 (0)