Skip to content

Commit f761198

Browse files
committed
Drop the unused message type re-export from the TUI root
1 parent aab0732 commit f761198

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tui/app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ import {
8787
extraChromeRowCount,
8888
} from "./chrome-geometry.js";
8989
import type { OutboundUserMessage } from "./message-types.js";
90-
export type { OutboundUserMessage } from "./message-types.js";
9190

9291
const EMPTY_WORKFLOW_STATUS: WorkflowStatus = {
9392
active: false,

0 commit comments

Comments
 (0)