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 {
title: string;
total: number;
total: string;
growth: number;
surplus: boolean;
icon: string;