🧃 Worker is... working.

This commit is contained in:
2021-04-28 00:19:52 -07:00
parent 2013d37b45
commit 7031c5cd40
8 changed files with 35 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
import * as React from "react";
import _ from "lodash";
import { connect } from "react-redux";
import * as Comlink from "comlink";
import { greet } from "../workers/extractCovers.worker";
interface IProps {
matches: unknown;