mirror of
https://github.com/xtr-dev/payload-automation.git
synced 2025-12-11 01:03:23 +00:00
- Delete `init-global-hooks.ts`, `init-step-tasks.ts`, `init-webhook.ts`, and `init-workflow-hooks.ts` - Remove obsolete components: `TriggerWorkflowButton` and `WorkflowExecutionStatus` - Clean up unused trigger files: `webhook-trigger.ts` - Delete webhook-related integration tests: `webhook-triggers.spec.ts` - Streamline related documentation and improve maintainability by eliminating deprecated code
10 lines
508 B
TypeScript
10 lines
508 B
TypeScript
// Client-side components that may have CSS imports or PayloadCMS UI dependencies
|
|
// These are separated to avoid CSS import errors during Node.js type generation
|
|
|
|
export { StatusCell } from '../components/StatusCell.js'
|
|
export { ErrorDisplay } from '../components/ErrorDisplay.js'
|
|
|
|
// Future client components can be added here:
|
|
// export { default as WorkflowDashboard } from '../components/WorkflowDashboard/index.js'
|
|
// export { default as WorkflowBuilder } from '../components/WorkflowBuilder/index.js'
|