export const airportsIndia = [
  'DEL  Delhi',
  'BOM  Mumbai',
  'MAA  Chennai / Madras',
  'BLR  Bangalore',
  'COK  Cochin'
];
