mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 07:02:38 +00:00
Finished stats and brew lookup on admin panel
This commit is contained in:
19
client/admin/brewCleanup/brewCleanup.jsx
Normal file
19
client/admin/brewCleanup/brewCleanup.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
const React = require('react');
|
||||
const createClass = require('create-react-class');
|
||||
const cx = require('classnames');
|
||||
|
||||
|
||||
const BrewCleanup = createClass({
|
||||
displayName : 'BrewCleanup',
|
||||
getDefaultProps(){
|
||||
return {
|
||||
};
|
||||
},
|
||||
render(){
|
||||
return <div className='BrewCleanup'>
|
||||
BrewCleanup Component Ready.
|
||||
</div>;
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = BrewCleanup;
|
||||
3
client/admin/brewCleanup/brewCleanup.less
Normal file
3
client/admin/brewCleanup/brewCleanup.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.BrewCleanup{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user