This commit is contained in:
wayanrivan
2025-05-11 13:53:36 +07:00
parent d35d3320ed
commit 445f36645a

View File

@ -4,7 +4,7 @@ import { toAbsoluteUrl } from '@/utils/Assets';
interface CardDataProduct { interface CardDataProduct {
title: string; title: string;
total: number; total: string;
growth: number; growth: number;
surplus: boolean; surplus: boolean;
icon: string; icon: string;