Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
215 Bytes
export const chartDays = [
{
label: "24 Hours",
value: 1,
},
{
label: "30 Days",
value: 30,
},
{
label: "3 Months",
value: 90,
},
{
label: "1 Year",
value: 365,
},
];