mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 07:32:40 +00:00
Moving old combat manager code into respective folders
This commit is contained in:
14
client/homebrew/navbar/navbar.jsx
Normal file
14
client/homebrew/navbar/navbar.jsx
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
var React = require('react');
|
||||||
|
var _ = require('lodash');
|
||||||
|
var cx = require('classnames');
|
||||||
|
|
||||||
|
var COM = React.createClass({
|
||||||
|
|
||||||
|
render : function(){
|
||||||
|
return <div className='COM'>
|
||||||
|
COM Ready!
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
module.exports = COM;
|
||||||
3
client/homebrew/navbar/navbar.less
Normal file
3
client/homebrew/navbar/navbar.less
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.COM{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user