Client - refactoring

This commit is contained in:
Sam
2021-10-13 09:57:48 +02:00
parent 73bc310b49
commit ea2357b80c
8 changed files with 6 additions and 6 deletions

View File

@ -79,7 +79,7 @@
} from 'vue'
import Loader from '@/components/Common/Loader.vue'
import Timeline from '@/components/Dashboard/Timeline/index.vue'
import Timeline from '@/components/Dashboard/Timeline.vue'
import UserCalendar from '@/components/Dashboard/UserCalendar/index.vue'
import UserMonthStats from '@/components/Dashboard/UserMonthStats.vue'
import UserRecords from '@/components/Dashboard/UserRecords/index.vue'

View File

@ -20,8 +20,8 @@
import { ComputedRef, computed, defineComponent } from 'vue'
import Card from '@/components/Common/Card.vue'
import NoWorkouts from '@/components/Common/NoWorkouts.vue'
import Statistics from '@/components/Statistics/index.vue'
import NoWorkouts from '@/components/Workouts/NoWorkouts.vue'
import { USER_STORE, SPORTS_STORE } from '@/store/constants'
import { ISport } from '@/types/sports'
import { IAuthUserProfile } from '@/types/user'