@erpsquad/common 1.8.74 → 1.8.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -146,6 +146,7 @@ export { default as ReportTable } from './reports/dynamic-report/dynamic-report'
146
146
  export { type IActionButtons, type IReportButtons, default as ReportButtons } from './reports-title-bar/report-buttons/report-buttons'
147
147
  export { type IDropdownMenuOption } from './dropdown-button/dropdown-button'
148
148
  export { default as ItemResponseDetails } from './rfq-response/item-response-details'
149
+ export { default as ListingComponent } from './listing/listing';
149
150
  // MUI Component exports
150
151
  export {
151
152
  AccordionActions,