diff --git a/Form/index.js b/Form/index.js new file mode 100644 index 0000000..e69de29 diff --git a/Parts/Modal.js b/Parts/Modal.js index 30498e7..429e562 100644 --- a/Parts/Modal.js +++ b/Parts/Modal.js @@ -6,8 +6,8 @@ import "styled-components/macro" function Modal({ isOpen, onBackdropClick, ...props }) { if (isOpen) { - return