diff --git a/client/modules/Mobile/MobileDashboard.jsx b/client/modules/Mobile/MobileDashboardView.jsx
similarity index 100%
rename from client/modules/Mobile/MobileDashboard.jsx
rename to client/modules/Mobile/MobileDashboardView.jsx
diff --git a/client/routes.jsx b/client/routes.jsx
index ed72bcf7..79238c87 100644
--- a/client/routes.jsx
+++ b/client/routes.jsx
@@ -15,7 +15,7 @@ import AccountView from './modules/User/pages/AccountView';
import CollectionView from './modules/User/pages/CollectionView';
import DashboardView from './modules/User/pages/DashboardView';
import createRedirectWithUsername from './components/createRedirectWithUsername';
-import MobileDashboard from './modules/Mobile/MobileDashboard';
+import MobileDashboardView from './modules/Mobile/MobileDashboardView';
import { getUser } from './modules/User/actions';
import { stopSketch } from './modules/IDE/actions/ide';
import { userIsAuthenticated, userIsNotAuthenticated, userIsAuthorized } from './utils/auth';
@@ -63,11 +63,11 @@ const routes = store => (
-
+
-
-
-
+
+
+