mirror of
https://github.com/xtr-dev/payload-automation.git
synced 2025-12-10 17:03:22 +00:00
7 lines
386 B
TypeScript
7 lines
386 B
TypeScript
// View exports for workflow plugin
|
|
// Currently no custom views, but this export exists for future extensibility
|
|
|
|
// export { default as WorkflowDashboard } from '../components/WorkflowDashboard/index.js'
|
|
// export { default as WorkflowBuilder } from '../components/WorkflowBuilder/index.js'
|
|
// export { default as WorkflowStepsField } from '../components/WorkflowStepsField/index.js'
|