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/Profile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/Profile.js') diff --git a/src/pages/Profile.js b/src/pages/Profile.js index d4594c9e..4f69b408 100644 --- a/src/pages/Profile.js +++ b/src/pages/Profile.js @@ -1,12 +1,12 @@ import React from 'react'; import {connect} from "react-redux"; import {openDeleteProfileModal} from "../actions/profile"; -import Navbar from "../components/navigation/Navbar"; +import AppNavbar from "../components/navigation/AppNavbar"; import DeleteProfileModal from "../containers/profile/DeleteProfileModal"; const ProfileContainer = ({onDelete}) => (
- +

-- cgit v1.2.3