refactor: Removed unused vars and imports

This commit is contained in:
Simeon Radivoev 2026-04-06 00:13:53 +03:00
parent 05fafced07
commit 02a4f2c9a9
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
27 changed files with 39 additions and 44 deletions

View file

@ -1,8 +1,7 @@
import { HTMLInputTypeAttribute, JSX, useCallback, useEffect, useState } from "react";
import { JSX, useCallback, useEffect, useState } from "react";
import { SettingsType } from "../../../shared/constants";
import { useMutation, useQuery } from "@tanstack/react-query";
import { OptionSpace } from "./OptionSpace";
import { OptionInput } from "./OptionInput";
import { getSettingQuery, setSettingMutation } from "@queries/settings";
import { OptionDropdown } from "./OptionDropdown";