summaryrefslogtreecommitdiff
path: root/src/screens/student/Classroom/tabOptions.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/student/Classroom/tabOptions.js')
-rw-r--r--src/screens/student/Classroom/tabOptions.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/screens/student/Classroom/tabOptions.js b/src/screens/student/Classroom/tabOptions.js
new file mode 100644
index 0000000..48fb518
--- /dev/null
+++ b/src/screens/student/Classroom/tabOptions.js
@@ -0,0 +1,16 @@
+const TAB_OPTIONS = {
+ announcements: {
+ value: 0,
+ lable: 'Comunicados',
+ },
+ assignments: {
+ value: 1,
+ lable: 'Atividades',
+ },
+ people: {
+ value: 2,
+ lable: 'Pessoas',
+ },
+};
+
+export { TAB_OPTIONS };