const TAB_OPTIONS = { announcements: { value: 0, lable: 'Comunicados', }, assignments: { value: 1, lable: 'Atividades', }, people: { value: 2, lable: 'Pessoas', }, grades: { value: 3, lable: 'Notas', }, }; export { TAB_OPTIONS };