UNPKG

@ergonode/notifications

Version:

Ergonode notifications module

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