1
0

Updated the Dialog.jsx

This commit is contained in:
Mathias Wagner 2023-11-22 14:04:23 +01:00
parent 33199439ab
commit af7f875a76
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -3,7 +3,7 @@ import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faGear, faPlus, faTrash, faXmark} from "@fortawesome/free-solid-svg-icons";
import {useContext} from "react";
import {SettingsContext} from "@/common/contexts/SettingsProvider.jsx";
import Button from "@/common/components/Button/index.js";
import Button from "@/common/components/Button";
export const Dialog = ({onClose, open}) => {