Client - minor refacto w/ import order rules

This commit is contained in:
Sam
2021-08-21 18:34:06 +02:00
parent 064a7f66c8
commit f60847cc5f
15 changed files with 259 additions and 32 deletions

View File

@ -27,8 +27,8 @@
import { ComputedRef, PropType, defineComponent, computed } from 'vue'
import { useI18n } from 'vue-i18n'
import { IAuthUserProfile } from '@/store/modules/user/interfaces'
import UserStatCard from '@/components/Dashboard/UserStatCard.vue'
import { IAuthUserProfile } from '@/store/modules/user/interfaces'
export default defineComponent({
name: 'UserStats',