Skip to content

Commit 62955b1

Browse files
author
Mug
committed
Fixed not building
1 parent 661720c commit 62955b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manga.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Modal from "react-bootstrap/Modal";
99
import Carousel from "react-bootstrap/Carousel";
1010
import Pagination from "react-bootstrap/Pagination";
1111
import Placeholder from "react-bootstrap/Placeholder";
12-
import ReactMarkdown from 'https://esm.sh/react-markdown@7'
12+
import ReactMarkdown from 'react-markdown';
1313

1414
import { UserContext } from "./user-context";
1515

0 commit comments

Comments
 (0)