-const MarkdownIt = require("markdown-it");
+import MarkdownIt from "markdown-it";
const md = new MarkdownIt({ html: false });
class PageComments {
}
-module.exports = PageComments;
\ No newline at end of file
+export default PageComments;
\ No newline at end of file