Redux Dateien in redux/store/ verschoben

This commit is contained in:
ISA
2025-01-28 10:25:24 +01:00
parent 243099fc75
commit b1e50188ab
9 changed files with 2220 additions and 1979 deletions

View File

@@ -1,7 +1,7 @@
// components/modales/kueModal/handlers/handleSave.ts
import { setVariables } from "../../../../store/variablesSlice";
import { setVariables } from "../../../../redux/store/variablesSlice";
export interface OriginalValues {
export interface OriginalValues {
kueID: string[];
kueBezeichnungen: string[];
isolationsgrenzwerte: number[];