Client - get application config
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { IRootState } from '@/store/modules/root/interfaces'
|
||||
import { IApplication } from '@/store/modules/root/interfaces'
|
||||
|
||||
export const state: IRootState = {
|
||||
root: true,
|
||||
language: 'en',
|
||||
errorMessages: null,
|
||||
application: <IApplication>{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user