diff --git a/app/(root)/layout.jsx b/app/(root)/layout.jsx index 4656e47..32a1c70 100644 --- a/app/(root)/layout.jsx +++ b/app/(root)/layout.jsx @@ -1,3 +1,4 @@ +import Footer from "@/components/Footer"; import Header from "@/components/Header"; export default function RootLayout({ children }) { @@ -26,6 +27,7 @@ export default function RootLayout({ children }) { ]} />*/}
{children}
+