Welcome to mirror list, hosted at ThFree Co, Russian Federation.

actions.js « embed_group « stores « monitoring « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a7572bdbd92f17289c1fc7c6a370c87f96bfee5 (plain)
1
2
3
4
import * as types from './mutation_types';

// eslint-disable-next-line import/prefer-default-export
export const addModule = ({ commit }, data) => commit(types.ADD_MODULE, data);