1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 03:59:58 +02:00

changelog

This commit is contained in:
Pomax
2018-06-24 19:45:08 -07:00
parent eab79c129f
commit e8a51b2828
12 changed files with 179 additions and 6 deletions

View File

@@ -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>
);