Skip to content

Commit 902df4b

Browse files
committed
fix: Preview Suspense import 추가
1 parent 74eb379 commit 902df4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/detail/preview/Preview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { api } from "@/api/api";
2-
import { lazy, useRef, useState } from "react";
2+
import { lazy, Suspense, useRef, useState } from "react";
33
import { Document, Page, pdfjs } from "react-pdf";
44

55
import Modal from "./Modal";

0 commit comments

Comments
 (0)