UNPKG

ih-portal

Version:

A project for connecting interaction hub services with catalyst-ui components

39 lines (38 loc) 570 B
module.exports = { 'US_States': [ { name: 'Ohio', abbreviation: 'OH', }, { name: 'Kentucky', abbreviation: 'KY', }, { name: 'Indiana', abbreviation: 'IN', }, { name: 'New York', abbreviation: 'NY', } ], 'Countries': [ { name: 'United States', abbreviation: 'USA', }, { name: 'India', abbreviation: 'India', }, { name: 'China', abbreviation: 'China', }, { name: 'Canada', abbreviation: 'Canada', } ], }