Move WorkerPoolContext into WorkerPool.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useContext } from "react";
|
||||
|
||||
import { WorkerPoolContext } from "../pages/index";
|
||||
import { WorkerPoolContext } from "../lib/WorkerPool";
|
||||
import { useAppDispatch } from "../lib/hooks";
|
||||
import { clearPlugins, setPending } from "../slices/plugins";
|
||||
import styles from "../styles/DataDirPicker.module.css";
|
||||
|
||||
Reference in New Issue
Block a user