refactored system settings
This commit is contained in:
@@ -4,6 +4,7 @@ import Modal from "react-modal";
|
||||
type ModalComponentProps = {
|
||||
isModalOpen: boolean;
|
||||
children: React.ReactNode;
|
||||
close: () => void;
|
||||
};
|
||||
|
||||
const ModalComponent = ({
|
||||
|
||||
Reference in New Issue
Block a user