Files
bodyshop/client/src/components/dashboard-grid/dashboard-grid.utils.js
Dave Richer e83badb454 - the great reformat
Signed-off-by: Dave Richer <dave@imexsystems.ca>
2024-02-06 18:20:58 -05:00

4 lines
65 B
JavaScript

export function GenerateDashboardData(data) {
return data;
}