export const regionOptions = [
{ value: 'AB', label: 'AB' },
{ value: 'BC', label: 'BC' },
{ value: 'SK', label: 'SK' },
{ value: 'MB', label: 'MB' },
{ value: 'TX', label: 'TX' },
{ value: 'ND', label: 'ND' },
{ value: 'CO', label: 'CO' },
{ value: 'OK', label: 'OK' }
]