summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/explorer/stores/state.js
blob: 694006aac81d41e4ae03236e4d115cf32920fce8 (plain)
1
2
3
4
5
6
7
8
9
export default () => ({
  isLoading: false,
  showGarbageCollectionTip: false,
  config: {},
  images: [],
  tags: [],
  pagination: {},
  tagsPagination: {},
});