diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 491a0f3f1..2d2c1cddb 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -1,6 +1,5 @@ import {createI18n} from 'vue-i18n' import langEN from './lang/en.json' -import {useAuthStore} from '@/stores/auth' export const SUPPORTED_LOCALES = { 'en': 'English',