import fs from "fs"; import React from "react"; import {CommentBox} from "./comments.js"; let comments = JSON.parse(fs.readFileSync("comments.json")); let commentsHtml = React.renderToString(); let html = `