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

getters.js « stores « registry « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 588f479c492ac88f651970f99212bff1aeb0a9fc (plain)
1
2
export const isLoading = state => state.isLoading;
export const repos = state => state.repos;