diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 09:06:05 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 09:06:05 +0700 |
| commit | a264e12c5af60e82f6e496209b6ac81d4a994a10 (patch) | |
| tree | 39388265e28ddf3f1b957c58716f499dd1dc3cd0 /src/pages | |
| parent | 5214c9578aac1db612cd154cf04ee6d75750918d (diff) | |
<iman> merge category management to development
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 1 |
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); |
