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

mutation_types.js « stores « mr_notes « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 105104361cf35c345751cc02ce47dabfb508bcab (plain)
1
2
3
export default {
  SET_ACTIVE_TAB: 'SET_ACTIVE_TAB',
};