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

state.js « list « store « error_tracking « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1f0369e5f369b9427bdfe7e7887c1687fe479c2 (plain)
1
2
3
4
5
6
7
export default () => ({
  errors: [],
  externalUrl: '',
  loading: true,
  indexPath: '',
  recentSearches: [],
});