// Shared sizing numbers for the progress-report table.
// minWidth matches the CDC-GPSF table so both pages scroll the same way.
export const PROGRESS_REPORT_TABLE_CONFIG = {
  minWidth: 1608,
  pageSize: 10,
  rowHeight: 60,
  headerHeight: 50,
};
