Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 16, 2023
1 parent 4f01493 commit 141422a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peachjam/js/components/DocumentContent/pdf-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import peachJam from '../../peachjam';
// @ts-ignore
import { markRange, rangeToTarget, targetToRange } from '../../dom';
import { scrollToElement } from '../../utils/function';
import {startsWith} from "lodash";

type GlobalWorkerOptionsType = {
[key: string]: any,
Expand Down

0 comments on commit 141422a

Please sign in to comment.