reorganized stuff
This commit is contained in:
13
front-ui/app/components/browsing/byCategory.js
Normal file
13
front-ui/app/components/browsing/byCategory.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var React = require('react');
|
||||
|
||||
var ByCategory = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div>
|
||||
<h3> Browse products by category</h3>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = ByCategory;
|
||||
Reference in New Issue
Block a user