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

export default {
  groups,
  configurator,
  registration,
  backends,
  permissions
}