// en/vendor_mode_pill
export const vendor_mode_pill = {
  switch_to_vendor: 'Vendor Mode',
  switch_to_customer: 'Customer Mode',
  vendor_active: 'Vendor',
} as const;
