Client - refactor store

This commit is contained in:
Sam
2021-08-11 18:33:02 +02:00
parent f8b020940a
commit 6b848228ca
16 changed files with 104 additions and 42 deletions

View File

@@ -0,0 +1,7 @@
import { IRootState } from '@/store/modules/root/interfaces'
export const state: IRootState = {
root: true,
language: 'en',
errorMessage: null,
}