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