From 5d593925666a09cbfda2f62577deb670033f93fb Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 12 Jun 2023 18:06:07 +0200 Subject: [PATCH] fix: lint --- src/i18n/index.ts | 1 - 1 file changed, 1 deletion(-) 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',