mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 15:42:38 +00:00
Tabify Admin page, add Notification tab
This commit is contained in:
12
client/admin/notificationUtils/notificationUtils.jsx
Normal file
12
client/admin/notificationUtils/notificationUtils.jsx
Normal file
@@ -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