dograh/ui/src/components/workflow-runs/index.ts
2026-01-30 17:01:01 +05:30

3 lines
171 B
TypeScript

export { CampaignRuns } from "./CampaignRuns";
export type { WorkflowRunsTableProps } from "./WorkflowRunsTable";
export { WorkflowRunsTable } from "./WorkflowRunsTable";