From e287e551a36d33ac0b54e8a6c34c42be71e53fc6 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Thu, 30 Jul 2020 17:18:21 -0300 Subject: [PATCH] :construction: rename MobileDashboard to MobileDashboardView --- .../{MobileDashboard.jsx => MobileDashboardView.jsx} | 0 client/routes.jsx | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename client/modules/Mobile/{MobileDashboard.jsx => MobileDashboardView.jsx} (100%) 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 => ( - + - - - + + +