diff --git a/routes.js b/routes.js
index 5ac0b2e..1cec085 100644
--- a/routes.js
+++ b/routes.js
@@ -112,7 +112,7 @@ const screens = {
drawerIcon: props => ,
},
},
- /*
+
Dashboard: {
screen: Dashboard,
navigationOptions: {
@@ -120,7 +120,7 @@ const screens = {
drawerIcon: props => ,
},
},
- */
+
News: {
screen: News,
navigationOptions: {
@@ -135,7 +135,7 @@ const screens = {
drawerIcon: props => ,
},
},
- /*
+
Presentation: {
screen: Presentation,
navigationOptions: {
@@ -171,7 +171,7 @@ const screens = {
drawerIcon: props => ,
},
},
- */
+
};
const options = {