init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
11
modules/account/store/state/index.js
Normal file
11
modules/account/store/state/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { ui } from './ui'
|
||||
import { domain } from './domain'
|
||||
|
||||
export const state = () => {
|
||||
return {
|
||||
ui,
|
||||
domain
|
||||
}
|
||||
}
|
||||
|
||||
export * from './ui'
|
Loading…
Add table
Add a link
Reference in a new issue