From 589e271352fc86c119096e503d799c1a656bbce2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 22:34:07 -0400 Subject: Removed a lot of things and announcement --- components/Layout.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components/Layout.js') diff --git a/components/Layout.js b/components/Layout.js index 2d49a1f..107b1c2 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -17,18 +17,14 @@ */ -import Navbar from "./Navbar"; import Header from "./Header"; import Scripts from "./Scripts"; -import Footer from "./Footer"; const Layout = (props) => (
- {props.children} -
); -- cgit v1.2.3