Skip to content

Commit 8a28aba

Browse files
committed
rename printutil page to pdfutil
1 parent ab9531a commit 8a28aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function downloadMergedPdf(bytes: Uint8Array) {
130130
URL.revokeObjectURL(url);
131131
}
132132

133-
export default function PrintUtil() {
133+
export default function PDFUtil() {
134134
const inputRef = useRef<HTMLInputElement>(null);
135135
const [files, setFiles] = useState<File[]>([]);
136136
const [status, setStatus] = useState<Status>(initialStatus);

0 commit comments

Comments
 (0)