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