diff --git a/estore/src/app/layout.tsx b/estore/src/app/layout.tsx
index 6d90ae7..f8ace10 100644
--- a/estore/src/app/layout.tsx
+++ b/estore/src/app/layout.tsx
@@ -5,6 +5,7 @@ import Footer from '@/components/Footer'
import CartDrawer from '@/components/CartDrawer'
import CartFab from '@/components/CartFab'
import { CartProvider } from '@/context/CartContext'
+import ScrollToTop from '@/components/ScrollToTop'
export const metadata: Metadata = {
title: {
@@ -51,6 +52,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children}
+