summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 110d8b17..30a7ac1f 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -70,6 +70,7 @@ const CustomerReviews = dynamic(() =>
const ServiceList = dynamic(() => import('@/lib/home/components/ServiceList'));
+
export default function Home({categoryId}) {
const bannerRef = useRef(null);
const wrapperRef = useRef(null);