@ergonode/notifications
Version:
Ergonode notifications module
24 lines (22 loc) • 536 B
JavaScript
/*
* Copyright © Ergonode Sp. z o.o. All rights reserved.
* See LICENSE for license details.
*/
import {
Components,
} from '/config/imports';
export default {
extendComponents: {
'/layouts/default/toolBar': [
{
component: Components.ToolBarNotificationButton,
},
],
'/layouts/default/appMain': [
{
component: Components.NotificationsListener,
props: {},
},
],
},
};