8 lines
153 B
TypeScript
Raw Normal View History

2021-08-11 18:33:02 +02:00
import { IRootState } from '@/store/modules/root/interfaces'
export const state: IRootState = {
root: true,
language: 'en',
errorMessage: null,
}