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}