Removed index.js imports from ServerItem.jsx, RemoteSFTP.jsx, Header.jsx & main.jsx

This commit is contained in:
2023-08-04 12:22:06 +02:00
parent 0aa769d1d8
commit d6e59666df
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import {faBars, faGear} from "@fortawesome/free-solid-svg-icons";
import {getByPath} from "@/common/routes";
import {useLocation} from "react-router-dom";
import {useState} from "react";
import ColorDialog from "@/common/components/Header/components/ColorDialog/index.js";
import ColorDialog from "@/common/components/Header/components/ColorDialog";
export const Header = ({open, setOpen, color, setColor}) => {
const location = useLocation();