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

mutation_types.js « store « details « packages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 340d668819cde7d8b88936c53b68cd35aeaedc2e (plain)
1
2
export const SET_LOADING = 'SET_LOADING';
export const SET_PACKAGE_VERSIONS = 'SET_PACKAGE_VERSIONS';