summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-09 17:14:28 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-09 17:14:28 +0700
commit0bb71b8aa1da040a35399292b9c5919c5cad6d49 (patch)
tree54934cad3d70bcb7d4112b54313e84b607f4b99f /src/pages
parent0efb4f3aad012439a706e6704b781bb510478c6c (diff)
parentebe159fc10e4c774ae1bd6aafa772f39618ca372 (diff)
<iman> Merge branch 'Feature/highlight-button-whatsapp' into 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 d649ee17..5a443478 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -8,6 +8,7 @@ import DesktopView from '@/core/components/views/DesktopView';
import MobileView from '@/core/components/views/MobileView';
import { FlashSaleSkeleton } from '@/lib/flashSale/skeleton/FlashSaleSkeleton';
import PreferredBrandSkeleton from '@/lib/home/components/Skeleton/PreferredBrandSkeleton';
+import BannerPromoSkeleton from '@/lib/home/components/Skeleton/BannerPromoSkeleton';
import PromotinProgram from '@/lib/promotinProgram/components/HomePage';
import PagePopupIformation from '~/modules/popup-information';
import CategoryPilihan from '../lib/home/components/CategoryPilihan';