fix: handleSubmit für SettimgsModal

This commit is contained in:
ISA
2024-11-12 09:57:37 +01:00
parent 94bfcb57c6
commit c9742fd0d9
2 changed files with 41 additions and 35 deletions

View File

@@ -5,6 +5,7 @@ import "bootstrap-icons/font/bootstrap-icons.css"; // Import Bootstrap Icons
import { useSelector } from "react-redux";
import { current } from "@reduxjs/toolkit";
import handleClearDatabase from "./handlers/handleClearDatabase";
import handleReboot from "./handlers/handleReboot";
import handleSetDateTime from "./handlers/handleSetDateTime";
import handleSubmit from "./handlers/handleSubmit";