⏸️ PaneBackendExecutor.ts

This commit is contained in:
nirholas
2026-03-31 10:24:30 +00:00
parent 2e14674b7e
commit 184733e553

View File

@@ -352,3 +352,4 @@ export function createPaneBackendExecutor(
): PaneBackendExecutor {
return new PaneBackendExecutor(backend)
}