Small tweaks + whitespace

This commit is contained in:
Michael Jackson
2018-05-25 20:25:04 -04:00
parent a8471ed950
commit c0e0f899d2
5 changed files with 12 additions and 8 deletions

View File

@ -7,6 +7,7 @@ function renderPage(page, props) {
const html = ReactDOMServer.renderToStaticMarkup(
React.createElement(page, props)
);
return doctype + html;
}