/**
* Refererar HTML-element
* @type {Object}
*/
export const NODE_ID = Object.freeze({
MENU_BTN: 'menu-btn',
ROUTES: 'routes',
LOGO_LINK: 'logo-link',
GALLERY: 'gallery',
DEMO_BTN1: 'demo-btn1',
PROV_REF: 'prov-ref',
PROV_TEXT: 'prov-text',
DEMO_BTN2: 'demo-btn2',
DEMO_BTN3: 'demo-btn3',
FOOTBALL: 'football',
COURSES: 'courses',
PROGRAMS: 'programs',
LOC_INPUT: 'loc-input',
MAP: 'map',
SUB_LOC_BTN: 'submit-loc',
ERROR: 'error'
});