diff --git a/src/devhub/components/templates/AppLayout.jsx b/src/devhub/components/templates/AppLayout.jsx index e651abfe2..aa09561e1 100644 --- a/src/devhub/components/templates/AppLayout.jsx +++ b/src/devhub/components/templates/AppLayout.jsx @@ -46,17 +46,6 @@ const AppHeader = ({ page }) => ( /> ); -const Footer = (props) => { - return ( - - ); -}; - function AppLayout({ page, children }) { return ( @@ -66,7 +55,6 @@ function AppLayout({ page, children }) { {children} - {/*