// he/vendor_mode_pill
export const vendor_mode_pill = {
  switch_to_vendor: 'מצב ספק',
  switch_to_customer: 'מצב לקוח',
  vendor_active: 'ספק',
} as const;
