diff --git a/src/components/ReplyModal.jsx b/src/components/ReplyModal.jsx index 630b7092..7bde1723 100644 --- a/src/components/ReplyModal.jsx +++ b/src/components/ReplyModal.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { StyledModal } from './styled/CaptchaModal.styled'; +import { StyledModal } from './styled/ReplyModal.styled'; import useGeneralStore from '../hooks/stores/useGeneralStore'; import Modal from 'react-modal'; import Draggable from 'react-draggable'; diff --git a/src/components/styled/ReplyModal.styled.jsx b/src/components/styled/ReplyModal.styled.jsx index 46131b47..a716f716 100644 --- a/src/components/styled/ReplyModal.styled.jsx +++ b/src/components/styled/ReplyModal.styled.jsx @@ -1,4 +1,5 @@ import styled from "styled-components"; +import Modal from "react-modal"; export const StyledModal = styled(Modal)` .hide-modal-overlay {