This commit is contained in:
IGNY8 VPS (Salman)
2025-12-04 17:58:41 +00:00
parent 40dfe20ead
commit 1521f3ff8c
13 changed files with 506 additions and 120 deletions

View File

@@ -92,3 +92,5 @@ export const Modal: React.FC<ModalProps> = ({
</div>
);
};
export default Modal;