Fix linting warnings for unused variables

This commit is contained in:
Muhammad Ibrahim
2025-09-29 20:42:29 +01:00
parent b49ea6b197
commit e9843f80f8

View File

@@ -24,8 +24,8 @@ import {
} from "../utils/api";
const Settings = () => {
const scriptFileId = useId();
const scriptContentId = useId();
const _scriptFileId = useId();
const _scriptContentId = useId();
const [formData, setFormData] = useState({
serverProtocol: "http",
serverHost: "localhost",