feat: new layout
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const dashboardRanges = [
|
||||
// { title: "Hour", value: 1 },
|
||||
{ title: "Day", value: 2 },
|
||||
{ title: "Week", value: 3 },
|
||||
{ title: "Month", value: 4 },
|
||||
{ title: "Year", value: 5 },
|
||||
];
|
||||
Reference in New Issue
Block a user