Added account management

This commit is contained in:
Dean Bartok-Thomas
2019-08-01 21:07:18 +01:00
parent dcd90e2c6b
commit ef1e820c01
9 changed files with 606 additions and 46 deletions

View File

@@ -5,8 +5,10 @@ import user from './user'
import role from './role'
import article from './article'
import search from './remote-search'
import account from './account'
const mocks = [
...account,
...user,
...role,
...article,