diff --git a/src/app/home/components/LatestProducts.tsx b/src/app/home/components/LatestProducts.tsx index dfe6f7c..1d72b01 100644 --- a/src/app/home/components/LatestProducts.tsx +++ b/src/app/home/components/LatestProducts.tsx @@ -9,6 +9,7 @@ import { } from "@/components/ui/carousel" import ProductCard from '@/components/ProductCard' import { useGetLanding } from '../hooks/useHomeData' +import { SHOP_CONFIG } from '@/config/const' const NewestProducts: FC = () => { @@ -20,7 +21,8 @@ const NewestProducts: FC = () => {