mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
changelog
This commit is contained in:
@@ -2,6 +2,7 @@ var React = require("react");
|
||||
|
||||
var Ribbon = require("./Ribbon.jsx");
|
||||
var Header = require("./Header.jsx");
|
||||
var Changelog = require("./Changelog.jsx");
|
||||
var LocaleSwitcher = require("./localized").LocaleSwitcher;
|
||||
var Navigation = require("./Navigation.jsx");
|
||||
var Footer = require("./Footer.jsx");
|
||||
@@ -21,6 +22,7 @@ var Page = React.createClass({
|
||||
<div>
|
||||
<LocaleSwitcher/>
|
||||
<Navigation/>
|
||||
<Changelog/>
|
||||
{this.props.children}
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user