| 1 | import { create } from 'zustand' |
| 2 | import { persistence } from '../persistence/registry' |
| 3 | import { tryGetCurrentWorkspaceScope } from '../persistence/scope' |
| 4 | import { getTabsQueue } from './persistenceQueue' |
nothing calls this directly
no test coverage detected