mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
* add local state in filters * feat: add sorting feature by duration * chore: refactor workfow run view
3 lines
171 B
TypeScript
3 lines
171 B
TypeScript
export { CampaignRuns } from "./CampaignRuns";
|
|
export type { WorkflowRunsTableProps } from "./WorkflowRunsTable";
|
|
export { WorkflowRunsTable } from "./WorkflowRunsTable";
|