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

edit.js « constants « user_lists « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33378f0d39f913d59de05682aa20f69e8e5a6f94 (plain)
1
2
3
4
5
6
export default Object.freeze({
  LOADING: 'LOADING',
  SUCCESS: 'SUCCESS',
  ERROR: 'ERROR',
  UNSYNCED: 'UNSYNCED',
});