more reorganization
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
var React = require('react');
|
||||
|
||||
var ByCategory = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div>
|
||||
<h3> Browse products by category</h3>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
render: function() {
|
||||
return (
|
||||
<div>
|
||||
<h3> Browse products by category</h3>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = ByCategory;
|
||||
|
||||
Reference in New Issue
Block a user