Client - minor refacto w/ import order rules
This commit is contained in:
@ -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',
|
||||
|
@ -77,12 +77,12 @@
|
||||
import { ComputedRef, computed, defineComponent, ref } from 'vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
import Dropdown from '@/components/Common/Dropdown.vue'
|
||||
import { IDropdownOption } from '@/interfaces'
|
||||
import { ROOT_STORE, USER_STORE } from '@/store/constants'
|
||||
import { IAuthUserProfile } from '@/store/modules/user/interfaces'
|
||||
import { useStore } from '@/use/useStore'
|
||||
import { capitalize, getApiUrl } from '@/utils'
|
||||
import Dropdown from '@/components/Common/Dropdown.vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'NavBar',
|
||||
|
@ -62,13 +62,13 @@
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useRoute } from 'vue-router'
|
||||
|
||||
import AlertMessage from '@/components/Common/AlertMessage.vue'
|
||||
import ErrorMessage from '@/components/Common/ErrorMessage.vue'
|
||||
import { IFormData } from '@/interfaces'
|
||||
import router from '@/router'
|
||||
import { ROOT_STORE, USER_STORE } from '@/store/constants'
|
||||
import { IAppConfig } from '@/store/modules/root/interfaces'
|
||||
import { useStore } from '@/use/useStore'
|
||||
import AlertMessage from '@/components/Common/AlertMessage.vue'
|
||||
import ErrorMessage from '@/components/Common/ErrorMessage.vue'
|
||||
import router from '@/router'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'LoginOrRegisterForm',
|
||||
|
Reference in New Issue
Block a user