| 1 | import type { NoteFoldersTreeResponse } from './useNoteFolderTree' |
| 2 | import { useDialog } from '@/composables/useDialog' |
| 3 | import { markPersistedStorageMutation } from '@/composables/useStorageMutation' |
| 4 | import { i18n } from '@/electron' |
nothing calls this directly
no test coverage detected