UNPKG

@ergonode/notifications

Version:

Ergonode notifications module

15 lines (13 loc) 281 B
/* * Copyright © Ergonode Sp. z o.o. All rights reserved. * See LICENSE for license details. */ import actions from './actions'; import mutations from './mutations'; import state from './state'; export default { namespaced: true, state, actions, mutations, };