summaryrefslogtreecommitdiff
path: root/src/Actions/actions.ts
blob: 988ba6591522ab63797cdc31881bfc75ee015211 (plain) (blame)
1
2
3
4
5
6
7
8
9
import auth from './auth'
import entity from './entity'

export const actions = {
    ...auth,
    ...entity,
}

export default actions