Rename ThemeSwitcher ui component files

This commit is contained in:
2026-03-12 12:20:55 +01:00
parent 0c1b90b6c5
commit 36efd057bf
5 changed files with 5 additions and 35 deletions
@@ -2,7 +2,7 @@ import {useContext, useState, ChangeEvent} from "react";
import Modal from "../../../../components/ui/Modal/Modal";
import Button from "../../../../components/ui/Button/Button";
import styles from "./SettingsModal.module.css";
import ThemeSwitcher from "../../../../components/ui/themeSwitcher/ThemeSwitcher";
import ThemeSwitcher from "../../../../components/ui/ThemeSwitcher/ThemeSwitcher";
import {AuthContext} from "../../../../contexts/auth/AuthContext";
import TextInput from "../../../../components/ui/Input/Input";
import updateUser from "../../../../utils/users/updateUser.js";