mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-09 01:08:39 +00:00
Tabify Admin page, add Notification tab
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const React = require('react');
|
||||
const createClass = require('create-react-class');
|
||||
|
||||
const NotificationUtils = createClass({
|
||||
render : function(){
|
||||
return <>
|
||||
<div>Notifications</div>
|
||||
</>;
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = NotificationUtils;
|
||||
Reference in New Issue
Block a user