Redux Slice digitalInputs laden von window object

This commit is contained in:
ISA
2025-02-20 08:12:59 +01:00
parent f9c050417e
commit ef53a5f173
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// components/WindowVariables/Initializer.tsx
// components/WindowVariables/WindowVariablesInitializer.tsx
"use client";
import { useEffect } from "react";

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.59";
const webVersion = "1.6.60";
export default webVersion;