classic-ui/modules/account/store/state/index.js

12 lines
148 B
JavaScript
Raw Normal View History

import { ui } from './ui'
import { domain } from './domain'
export const state = () => {
return {
ui,
domain
}
}
export * from './ui'