From fc6110e8209cba988ad4732aad3285c67efbe3c8 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 30 Dec 2020 17:16:23 -0600 Subject: [PATCH] App Shell --- components/AppShell.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/AppShell.jsx b/components/AppShell.jsx index bf71158..2e87218 100644 --- a/components/AppShell.jsx +++ b/components/AppShell.jsx @@ -47,11 +47,6 @@ const CurrentPage = ({ page, pageProps = {} }) => { ) : ( )} - {/*pages.map(p => { - const Page = p.component; - return ; - })*/} - {/**/} ); };