remove unused export

This commit is contained in:
bymyself
2025-10-12 15:21:20 -07:00
committed by Yourz
parent 981801ab62
commit 19fd94c23a

View File

@@ -134,5 +134,3 @@ export const useWorkflowDraftStore = defineStore('workflowDraft', () => {
}
}
})
export type { WorkflowDraftSnapshot } from '@/platform/workflow/persistence/base/draftCache'