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:
@@ -12,7 +12,7 @@ var sectionList = require("./sections"),
|
||||
|
||||
var FullArticle = React.createClass({
|
||||
render: function() {
|
||||
return <Page content={ allSections }/>;
|
||||
return <Page>{ allSections }</Page>;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user