Client - upgrade Vue to 3.3 and move to Vite

This commit is contained in:
Sam
2023-11-11 15:23:04 +01:00
parent 91455251e1
commit 1befae927d
309 changed files with 6291 additions and 12719 deletions

View File

@ -1,8 +1,8 @@
import { GetterTree } from 'vuex'
import type { GetterTree } from 'vuex'
import { WORKOUTS_STORE } from '@/store/constants'
import { IRootState } from '@/store/modules/root/types'
import {
import type { IRootState } from '@/store/modules/root/types'
import type {
IWorkoutsGetters,
IWorkoutsState,
} from '@/store/modules/workouts/types'