docs: Remove redundant doc comment

This commit is contained in:
Cole Lawrence 2022-06-22 14:30:06 -04:00
parent 0e724d631d
commit 92921734e9

View file

@ -83,8 +83,6 @@ export async function start(options: {
Object.values(group).map((module) => module.outDir),
)
// Render home page contents
// Render home page contents
const homeHtml = (() => {
const sheet = new ServerStyleSheet()