Skip to content

Commit

Permalink
Fixed not building
Browse files Browse the repository at this point in the history
  • Loading branch information
Mug committed Sep 21, 2022
1 parent 661720c commit 62955b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manga.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Modal from "react-bootstrap/Modal";
import Carousel from "react-bootstrap/Carousel";
import Pagination from "react-bootstrap/Pagination";
import Placeholder from "react-bootstrap/Placeholder";
import ReactMarkdown from 'https://esm.sh/react-markdown@7'
import ReactMarkdown from 'react-markdown';

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

Expand Down

0 comments on commit 62955b1

Please sign in to comment.