summaryrefslogtreecommitdiffstats
path: root/webapp/src/config/store.js
blob: aab86c9ecfb7a78b8b7f2f2a6f389afe6555a553 (plain) (blame)
1
2
3
4
5
6
7
import groups from '@/store/groups'
import backends from '@/store/backends'

export default {
  groups,
  backends
}