From 07195f3762b6a8a7dfb44c2231db58c5be13c43f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 16 Aug 2017 22:55:16 +0300 Subject: Rename project to sim and enable sim-adding --- src/routes/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/routes') diff --git a/src/routes/index.js b/src/routes/index.js index 6b3a454d..6257017e 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -3,15 +3,15 @@ import {BrowserRouter, Redirect, Route, Switch} from "react-router-dom"; import {userIsLoggedIn} from "../auth/index"; import Home from "../pages/Home"; import NotFound from "../pages/NotFound"; -import Projects from "../pages/Projects"; +import Simulations from "../pages/Simulations"; const Routes = () => ( - ( + ( userIsLoggedIn() ? ( - + ) : ( ) -- cgit v1.2.3