remove unused imports

This commit is contained in:
j264415 2024-02-14 15:33:37 +00:00
parent c2df7be908
commit 2bade1c375

View file

@ -7,9 +7,6 @@
import HTMLOperation from "../HTMLOperation.mjs"; import HTMLOperation from "../HTMLOperation.mjs";
import Sortable from "sortablejs"; import Sortable from "sortablejs";
import {fuzzyMatch, calcMatchRanges} from "../../core/lib/FuzzyMatch.mjs"; import {fuzzyMatch, calcMatchRanges} from "../../core/lib/FuzzyMatch.mjs";
import { curveBumpX } from "d3";
import { recognize } from "tesseract.js";
/** /**
* Waiter to handle events related to the operations. * Waiter to handle events related to the operations.