mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 20:22:42 +00:00
Add DisplayNames
This commit is contained in:
@@ -2,10 +2,15 @@ const React = require('react');
|
||||
const createClass = require('create-react-class');
|
||||
|
||||
const NotificationLookup = require('./notificationLookup/notificationLookup.jsx');
|
||||
const NotificationAdd = require('./notificationAdd/notificationAdd.jsx');
|
||||
|
||||
const NotificationUtils = createClass({
|
||||
displayName : 'NotificationUtils',
|
||||
|
||||
render : function(){
|
||||
return <>
|
||||
<NotificationAdd />
|
||||
<hr />
|
||||
<NotificationLookup />
|
||||
</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user