Client - refactor types

This commit is contained in:
Sam
2021-08-21 18:36:44 +02:00
parent f60847cc5f
commit db9ea49998
19 changed files with 81 additions and 84 deletions

View File

@ -28,7 +28,7 @@
import { useI18n } from 'vue-i18n'
import UserStatCard from '@/components/Dashboard/UserStatCard.vue'
import { IAuthUserProfile } from '@/store/modules/user/interfaces'
import { IAuthUserProfile } from '@/types/user'
export default defineComponent({
name: 'UserStats',