Client - get application config

This commit is contained in:
Sam
2021-08-15 12:30:39 +02:00
parent 0235a93c5b
commit 0b95b93e06
10 changed files with 103 additions and 6 deletions

View File

@@ -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>{},
}