fix ReplyModal

This commit is contained in:
plebbitor
2023-04-11 21:51:46 +02:00
parent b255311e30
commit 2323564597
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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';