21 lines
470 B
TypeScript

export const REPORT = [
{ title: 'Total Transaksi', amount: 10_800_000_000, icon: 'money' },
{ title: 'Transaksi Tertagih', amount: 2_000_000, icon: 'money' },
{ title: 'Transaksi Tertagih', amount: 2_000_000, icon: 'money' },
]
export const HISTORY = [
{
title: 'Total Kunjungan',
total: 1_000_000,
icon: 'money',
counter: [2190, 700],
},
{
title: 'Total User Memesan',
total: 274,
icon: 'money',
counter: [211, 54],
},
]