Client - init calendar on Dashboard

This commit is contained in:
Sam
2021-09-05 17:43:14 +02:00
parent a85860581f
commit 2ae2cf04d5
23 changed files with 500 additions and 22 deletions

View File

@ -8,11 +8,13 @@ import { IRootState } from '@/store/modules/root/types'
import sportsModule from '@/store/modules/sports'
import statsModule from '@/store/modules/statistics'
import userModule from '@/store/modules/user'
import workoutsModule from '@/store/modules/workouts'
const modules: ModuleTree<IRootState> = {
sportsModule,
statsModule,
userModule,
workoutsModule,
}
const root: Module<IRootState, IRootState> = {