We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9531a commit 8a28abaCopy full SHA for 8a28aba
app/print-util/page.tsx app/pdf-util/page.tsxapp/print-util/page.tsx renamed to app/pdf-util/page.tsx
@@ -130,7 +130,7 @@ function downloadMergedPdf(bytes: Uint8Array) {
130
URL.revokeObjectURL(url);
131
}
132
133
-export default function PrintUtil() {
+export default function PDFUtil() {
134
const inputRef = useRef<HTMLInputElement>(null);
135
const [files, setFiles] = useState<File[]>([]);
136
const [status, setStatus] = useState<Status>(initialStatus);
0 commit comments