Skip to content

Commit c5a52f5

Browse files
committed
.
1 parent 0ed82d2 commit c5a52f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/extract-pdf/src/pdf-to-html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @fileoverview High-fidelity PDF-to-HTML conversion pipeline.
33
* Extracts structural elements (headers, lists, code blocks) and handles page-level metadata.
44
*/
5-
import grab from "grab-url";
5+
import { grab } from "grab-url";
66

77
import {
88
findPageNumbers,

0 commit comments

Comments
 (0)