We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ac34c commit 98a2f5aCopy full SHA for 98a2f5a
1 file changed
apps/web/src/shared/utils/panes.ts
@@ -1,4 +1,4 @@
1
-import type { SessionPaneNode } from "../../state/workbench";
+import type { SessionPaneNode } from "../../state/workbench.ts";
2
3
export const collectPaneLeaves = (node: SessionPaneNode): Array<{ id: string; sessionId: string }> => {
4
if (node.type === "leaf") {
0 commit comments