Skip to content

Commit 98a2f5a

Browse files
committed
chore: align pane imports for node tests
1 parent e3ac34c commit 98a2f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/shared/utils/panes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { SessionPaneNode } from "../../state/workbench";
1+
import type { SessionPaneNode } from "../../state/workbench.ts";
22

33
export const collectPaneLeaves = (node: SessionPaneNode): Array<{ id: string; sessionId: string }> => {
44
if (node.type === "leaf") {

0 commit comments

Comments
 (0)