summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/stores/getters.js
blob: 588f479c492ac88f651970f99212bff1aeb0a9fc (plain)
1
2
export const isLoading = state => state.isLoading;
export const repos = state => state.repos;