if-salas-web/src/screens/professor/Classroom/tabOptions.js

20 lines
279 B
JavaScript

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 };