1const ACCOUNT_MENU_LINKS = [ 2 { 3 displayName: 'Learning', 4 url: '/account/learning' 5 }, 6 { 7 displayName: 'Classroom', 8 url: '/account/classroom' 9 }, 10 { 11 displayName: 'Account', 12 url: '/account/admin' 13 } 14] 15 16export { 17 ACCOUNT_MENU_LINKS 18} 19 20