mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 19:22:52 +00:00
Added the new pages and router
This commit is contained in:
17
client/homebrew/sharePage/sharePage.jsx
Normal file
17
client/homebrew/sharePage/sharePage.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
var React = require('react');
|
||||
var _ = require('lodash');
|
||||
var cx = require('classnames');
|
||||
|
||||
var SharePage = React.createClass({
|
||||
|
||||
render : function(){
|
||||
var self = this;
|
||||
return(
|
||||
<div className='sharePage'>
|
||||
SharePage Ready!
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = SharePage;
|
||||
3
client/homebrew/sharePage/sharePage.less
Normal file
3
client/homebrew/sharePage/sharePage.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.sharePage{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user