const productData = [ { label: 'Primary ID', data: 'ASDFJKL32', check: true, }, { label: 'Secondary ID', data: 'ZXCVUIOP32', check: true, }, { label: 'Price', data: '$40.00', check: true, }, { label: 'MAP Price', data: '$32.32', check: true, }, ] const otherData = [ { label: 'Business Address', data: '123 Test Dr, Lehi, UT, 84043', check: true, }, { label: 'Other Value 1', data: '1,234', check: true, }, { label: 'Other Value 2', data: '234', check: true, }, ] export { productData, otherData }