diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e6ef92..254251a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,5 @@ import { type Metadata } from 'next' +import { Footer } from '@/components/Footer' import { Mulish } from 'next/font/google' import clsx from 'clsx' @@ -26,7 +27,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}