1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

new section

This commit is contained in:
Pomax
2016-01-22 17:43:40 -08:00
parent 819b628456
commit fc6fed2e0f
219 changed files with 29156 additions and 179 deletions

View File

@@ -12,7 +12,7 @@ var sectionList = require("./sections"),
var FullArticle = React.createClass({
render: function() {
return <Page content={ allSections }/>;
return <Page>{ allSections }</Page>;
}
});