chore: resolve lint errors

This commit is contained in:
jamesgeorge007
2024-11-18 22:26:47 +05:30
parent c9ac305b95
commit dad15133f4

View File

@@ -87,8 +87,8 @@
import { usePageHead } from "@composables/head"
import { useI18n } from "@composables/i18n"
import { useService } from "dioc/vue"
import { computed, onBeforeUnmount, ref, watch } from "vue"
import { useToast } from "~/composables/toast"
import { computed, onBeforeUnmount, ref } from "vue"
import { defineActionHandler } from "~/helpers/actions"
import { connection, disconnect } from "~/helpers/graphql/connection"
import { getDefaultGQLRequest } from "~/helpers/graphql/default"
@@ -98,7 +98,6 @@ import { HoppTab } from "~/services/tab"
import { GQLTabService } from "~/services/tab/graphql"
const t = useI18n()
const toast = useToast()
const tabs = useService(GQLTabService)
const currentTabID = computed(() => tabs.currentTabID.value)