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 74eb379 commit 902df4bCopy full SHA for 902df4b
src/components/detail/preview/Preview.jsx
@@ -1,5 +1,5 @@
1
import { api } from "@/api/api";
2
-import { lazy, useRef, useState } from "react";
+import { lazy, Suspense, useRef, useState } from "react";
3
import { Document, Page, pdfjs } from "react-pdf";
4
5
import Modal from "./Modal";
0 commit comments