From e80e29dd374570dd30e0baf9b02a917d2db3a876 Mon Sep 17 00:00:00 2001 From: Nimai Patel Date: Sun, 9 Aug 2020 20:11:11 +0530 Subject: [PATCH] fixed appending --- components/AddPostNav.jsx | 4 +--- components/Layout.jsx | 2 -- pages/index.js | 11 ++++++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/components/AddPostNav.jsx b/components/AddPostNav.jsx index ec449a7..1085dcb 100644 --- a/components/AddPostNav.jsx +++ b/components/AddPostNav.jsx @@ -7,10 +7,8 @@ const Logout = () => { return ( ); diff --git a/components/Layout.jsx b/components/Layout.jsx index 612b1b0..d1000ca 100644 --- a/components/Layout.jsx +++ b/components/Layout.jsx @@ -1,6 +1,5 @@ import { AppBar, Toolbar, Typography } from "@material-ui/core" import Header from "./Header"; -import Post from "./Post"; import Footer from "./Footer"; import { useAuth0 } from "@auth0/auth0-react"; @@ -30,7 +29,6 @@ const Layout = ({ children }) => {
-
{children}