Client - init workouts timeline

This commit is contained in:
Sam
2021-09-20 12:18:40 +02:00
parent f3f1142479
commit 45abd58b79
16 changed files with 331 additions and 29 deletions

View File

@@ -1,9 +1,12 @@
import { enUS } from 'date-fns/locale'
import { IRootState } from '@/store/modules/root/types'
import { IApplication } from '@/types/application'
export const state: IRootState = {
root: true,
language: 'en',
locale: enUS,
errorMessages: null,
application: <IApplication>{},
appLoading: false,