diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 15:21:12 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 15:21:12 +0700 |
| commit | 44e1ed755b6714fbf76216ef914a8dfc73bef367 (patch) | |
| tree | 2e0f42272118c089dbc651624575af762821f314 /src | |
| parent | c36d43c9b41eeb6f0c996476eaa8a2d13fbf42d1 (diff) | |
merge
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 578c4e2d..ad654922 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -13,6 +13,7 @@ import PagePopupIformation from '~/modules/popup-information'; import CategoryPilihan from '../lib/home/components/CategoryPilihan'; import odooApi from '@/core/api/odooApi'; import { getAuth } from '~/libs/auth'; +import { getAuth } from '~/libs/auth'; const BasicLayout = dynamic(() => import('@/core/components/layouts/BasicLayout') @@ -92,6 +93,8 @@ export default function Home({categoryId}) { const [dataCategories, setDataCategories] = useState([]) + const [dataCategories, setDataCategories] = useState([]) + return ( <BasicLayout> <Seo @@ -129,6 +132,7 @@ export default function Home({categoryId}) { </div> <div className='my-16 flex flex-col gap-y-8'> + <div className='my-16 flex flex-col gap-y-8'> <ServiceList /> <div id='flashsale'> <PreferredBrand /> |
