update
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user