alm-search-01
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
58 lines (57 loc) • 999 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
key: 'profile',
title: 'Profile',
icon: 'profile',
url: 'myaccount/profile'
}, {
key: 'bookings',
title: 'Bookings',
icon: 'bookings',
url: 'myaccount/bookings'
}, {
key: 'divider'
}, {
key: 'flights',
title: 'Flights',
icon: 'flights',
url: 'myaccount/flights'
}, {
key: 'hotels',
title: 'Hotels',
icon: 'hotels',
url: 'myaccount/hotels'
}, {
key: 'divider'
}, {
key: 'offers',
title: 'Offers',
icon: 'offers',
url: 'myaccount/offers'
}, {
key: 'divider'
}, {
key: 'switcher',
title: 'Change Language'
}, {
key: 'faq',
title: 'FAQ',
url: 'faq'
}, {
key: 'privacy-policy',
title: 'Privacy Policy',
url: 'privacy-policy'
}, {
key: 'terms-and-conditions',
title: 'Terms and Conditions',
url: 'terms-and-conditions'
}, {
key: 'about-us',
title: 'About US',
url: 'about-us'
}];
exports.default = _default;
;