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

state.js « terminal_sync « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ec3e38f675e9f6d177e5e2f6e7029f8f137248a (plain)
1
2
3
4
5
6
export default () => ({
  isLoading: false,
  isStarted: false,
  isError: false,
  message: '',
});