Files
roboco/panel/src/components/products/index.ts
T
02601fef22 feat: Workstation card grids — view toggle, sorting, agent-card visual language (#556)
* feat(panel): Workstation card grids with persisted view toggle and sorting

* fix(panel): stable multiplier sort with cell-label fallback after adversarial review

* docs(map): panel entries for this wave

---------

Co-authored-by: Renn F <rennf93@users.noreply.github.com>
2026-07-18 07:04:38 +02:00

6 lines
273 B
TypeScript

export { ProductTable } from "./product-table";
export { ProductCardGrid } from "./product-card-grid";
export { CreateProductDialog } from "./create-product-dialog";
export { EditProductDialog } from "./edit-product-dialog";
export { ProductsView } from "./products-view";