mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-21 14:48:43 +00:00
ONE-39: added filters, order by, pagination
This commit is contained in:
@ -42,9 +42,11 @@ import reportsLineChartData from "layouts/dashboards/analytics/data/reportsLineC
|
||||
import booking1 from "assets/images/products/product-1-min.jpg";
|
||||
import booking2 from "assets/images/products/product-2-min.jpg";
|
||||
import booking3 from "assets/images/products/product-3-min.jpg";
|
||||
import { useReducer } from "react";
|
||||
|
||||
function Analytics(): JSX.Element {
|
||||
const { sales, tasks } = reportsLineChartData;
|
||||
const [, forceUpdate] = useReducer((x) => x + 1, 0);
|
||||
|
||||
// Action buttons for the BookingCard
|
||||
const actionButtons = (
|
||||
|
Reference in New Issue
Block a user