Client - refactor store
This commit is contained in:
7
fittrackee_client/src/store/modules/root/state.ts
Normal file
7
fittrackee_client/src/store/modules/root/state.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { IRootState } from '@/store/modules/root/interfaces'
|
||||
|
||||
export const state: IRootState = {
|
||||
root: true,
|
||||
language: 'en',
|
||||
errorMessage: null,
|
||||
}
|
||||
Reference in New Issue
Block a user