Mock daten

This commit is contained in:
ISA
2025-06-27 12:19:28 +02:00
parent c788811600
commit 1f11cf68ac
307 changed files with 194047 additions and 144643 deletions

View File

@@ -5,6 +5,7 @@ import { useSelector } from "react-redux";
import { RootState } from "@/redux/store";
import {
Chart as ChartJS,
LineController,
LineElement,
PointElement,
LinearScale,
@@ -20,6 +21,7 @@ import { de } from "date-fns/locale";
import { differenceInHours, parseISO } from "date-fns";
ChartJS.register(
LineController,
LineElement,
PointElement,
LinearScale,