summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-24 09:06:05 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-24 09:06:05 +0700
commita264e12c5af60e82f6e496209b6ac81d4a994a10 (patch)
tree39388265e28ddf3f1b957c58716f499dd1dc3cd0 /src/pages
parent5214c9578aac1db612cd154cf04ee6d75750918d (diff)
<iman> merge category management to development
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);