diff --git a/src/features/pipeline/DoneColumn.tsx b/src/features/pipeline/DoneColumn.tsx new file mode 100644 index 0000000..3510fa3 --- /dev/null +++ b/src/features/pipeline/DoneColumn.tsx @@ -0,0 +1,28 @@ +import { Badge } from '~/shared/components/ui/badge'; + +interface DoneColumnProps { + items: any[]; +} + +export function DoneColumn({ items }: DoneColumnProps) { + return ( +
{item.name}
+No completed items
+ )} +{title}
+