🔧 Wiring up the modal and the comic viewer

This commit is contained in:
Rishi Ghan
2022-05-05 13:56:07 -07:00
parent a0d29b5086
commit 5e7496028f
2 changed files with 54 additions and 3 deletions

View File

@@ -7,8 +7,6 @@ import SlidingPane from "react-sliding-pane";
import { extractComicArchive } from "../../../actions/fileops.actions";
import { analyzeImage } from "../../../actions/fileops.actions";
import { Canvas } from "../../shared/Canvas";
import ComicViewer from "react-comic-viewer";
import Modal from "react-modal";
export const ArchiveOperations = (props): ReactElement => {
const { data } = props;