//
-//
-//
{zoom}%
-//
-//
-//
+// {/* ... existing zoom, download, and print buttons ... */}
+// {fileType === "pdf" && (
+//
+// Page {pageNumber} of {numPages}
+//
+// )}
//
//
//
@@ -72,138 +161,50 @@
// transition: "width 0.3s ease",
// }}
// >
-//
+// {fileType === "pdf" ? (
+//
+//
+//
+// ) : (
+//
+// )}
//
//
+// {fileType === "pdf" && (
+//
+//
+//
+// Page {pageNumber} of {numPages}
+//
+//
+//
+// )}
//
//