From d32ed92902d52934a55cdb9efe110ef11cd920d8 Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Sat, 16 Aug 2025 09:52:55 +0700 Subject: (andri) make component card mediacard --- src/pages/index.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pages') diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 809f00ae..bb375c53 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -9,6 +9,7 @@ import PagePopupInformation from '@/lib/home/components/PopupBannerPromotion'; import dynamic from 'next/dynamic'; import { useRef } from 'react'; import { getAuth } from '~/libs/auth'; +import MediaNews from '../lib/home/components/MediaNews'; const BasicLayout = dynamic(() => import('@/core/components/layouts/BasicLayout') @@ -138,6 +139,7 @@ export default function Home({ categoryId }) {
+
@@ -168,6 +170,7 @@ export default function Home({ categoryId }) {
+ -- cgit v1.2.3 From 4690139fb33be48ca49cca1b3d270941a0a5e89a Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Sat, 16 Aug 2025 13:21:29 +0700 Subject: (andri) fix --- src/pages/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.jsx b/src/pages/index.jsx index bb375c53..28db4d3e 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -139,8 +139,8 @@ export default function Home({ categoryId }) {
- +
@@ -170,8 +170,8 @@ export default function Home({ categoryId }) {
- +
-- cgit v1.2.3