// NOTE: `DeliverySection` (standalone unfiltered fetch) was deleted — // it had zero consumers (hub's release-detail wraps `` // directly, the public bug-fixes-and-enhancements page uses // `` with URL-driven filters) and duplicated the // fetch/loading state machine. If an embedder ever needs a no-filter // variant, build it as `` rather // than reviving a separate component. export { DeliveryLists, type DeliveryListsProps } from './delivery-lists'; export { DeliveryTable } from './delivery-table'; export { DeliveryRow, type DeliveryRowProps } from './delivery-row';