diff --git a/src/components/layout.tsx b/src/components/layout.tsx index ba8d239..7b8bb96 100644 --- a/src/components/layout.tsx +++ b/src/components/layout.tsx @@ -7,11 +7,9 @@ import { import Footer from './footer' -interface LayoutProps { - showMenu?: boolean; -} -function Layout({ showMenu = false }: LayoutProps) { + +function Layout() { return ( {/*
*/}