export const WEIGHT_UNITS = {
	OZ: 'oz',
	LBS: 'lbs',
	G: 'g',
	KG: 'kg',
} as const;
