export const DIMENSION_UNITS = {
	M: 'm',
	CM: 'cm',
	MM: 'mm',
	IN: 'in',
	YD: 'yd',
} as const;
