From 7aea29d0b22f7e5932c9b147611fe02373bb9645 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 27 Aug 2017 22:33:41 +0200 Subject: Add content sections to homepage --- src/pages/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/App.js') diff --git a/src/pages/App.js b/src/pages/App.js index ce6556fb..ade2536d 100644 --- a/src/pages/App.js +++ b/src/pages/App.js @@ -4,7 +4,7 @@ import {connect} from "react-redux"; import {openSimulationSucceeded} from "../actions/simulations"; import {fetchLatestDatacenter} from "../actions/topology"; import MapStage from "../components/map/MapStage"; -import Navbar from "../components/navigation/Navbar"; +import AppNavbar from "../components/navigation/AppNavbar"; class AppContainer extends React.Component { static propTypes = { @@ -19,7 +19,7 @@ class AppContainer extends React.Component { render() { return (
- +
-- cgit v1.2.3