teammateLayoutManager.ts

This commit is contained in:
nirholas
2026-03-31 10:24:31 +00:00
parent 31e71ec836
commit a9152830ff

View File

@@ -105,3 +105,4 @@ export async function sendCommandToPane(
const backend = await getBackend() const backend = await getBackend()
return backend.sendCommandToPane(paneId, command, useSwarmSocket) return backend.sendCommandToPane(paneId, command, useSwarmSocket)
} }