summaryrefslogtreecommitdiff
path: root/src/screens/student/Classroom/tabOptions.js
blob: 48fb5187e04720ab7a39794a5035c3dec83df2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const TAB_OPTIONS = {
  announcements: {
    value: 0,
    lable: 'Comunicados',
  },
  assignments: {
    value: 1,
    lable: 'Atividades',
  },
  people: {
    value: 2,
    lable: 'Pessoas',
  },
};

export { TAB_OPTIONS };