From fdf7cf0346dfb7d64c4da177f2044ba68f516cbc Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 17 Oct 2024 12:56:28 +0700 Subject: [PATCH] chore: clean --- src/stores/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/utils/index.ts b/src/stores/utils/index.ts index d8ced0f4..64cb57a6 100644 --- a/src/stores/utils/index.ts +++ b/src/stores/utils/index.ts @@ -1,7 +1,7 @@ import { Dialog, QSelect, Notify, QNotifyCreateOptions } from 'quasar'; import GlobalDialog from 'components/GlobalDialog.vue'; import DialogDuplicateData from 'components/DialogDuplicateData.vue'; -import { ComposerTranslation, useI18n } from 'vue-i18n'; +import { ComposerTranslation } from 'vue-i18n'; import { defineStore } from 'pinia'; import { Ref, ref } from 'vue'; import { getRole } from 'src/services/keycloak';