rename examples component

This commit is contained in:
2017-01-15 23:47:19 -08:00
parent dba1d45bea
commit 2582758e08
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ var React = require('react');
var Examples = () => {
return (
<h3>Examples Component</h3>
<h3>Examples</h3>
);
};
module.exports = Examples;