summaryrefslogtreecommitdiffstats
path: root/webapp/src/config/store.js
blob: ca6b01f4c77d38d7f11b3880d9c788effb9e9e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import groups from '@/store/groups'
import configurator from '@/store/configurator'
import backends from '@/store/backends'
import permissions from '@/store/permissions'

export default {
  groups,
  configurator,
  backends,
  permissions
}