diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 4c50383..d26e019 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -1,4 +1,5 @@ import { ReactNode } from 'react'; +import Footer from './Footer'; import Header from './Header'; type Props = { @@ -15,6 +16,7 @@ const Layout = ({ full, children, className, originalPath }: Props) => {
{children}
+