Resolve name issues in imports

This commit is contained in:
2026-03-12 12:08:27 +01:00
parent e0121d7358
commit 0c1b90b6c5
39 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ const Modal = ({ open, onClose, children, title }) => {
export default Modal;*/
import { createPortal } from "react-dom";
import styles from "./modal.module.css";
import Button from "../Button/button";
import styles from "./Modal.module.css";
import Button from "../Button/Button";
import { ReactNode, MouseEvent } from "react";
interface ModalProps {