From 2323564597e1be07a09d08d7bc24dfc29630cf2b Mon Sep 17 00:00:00 2001 From: plebbitor Date: Tue, 11 Apr 2023 21:51:46 +0200 Subject: [PATCH] fix ReplyModal --- src/components/ReplyModal.jsx | 2 +- src/components/styled/ReplyModal.styled.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {