);
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 }) => {