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