diff --git a/ignite/pkg/cosmosgen/templates/composable/index.ts.tpl b/ignite/pkg/cosmosgen/templates/composable/index.ts.tpl index 49e27bccc1..76eb8a6ad7 100644 --- a/ignite/pkg/cosmosgen/templates/composable/index.ts.tpl +++ b/ignite/pkg/cosmosgen/templates/composable/index.ts.tpl @@ -1,7 +1,6 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ import { useQuery, type UseQueryOptions, useInfiniteQuery, type UseInfiniteQueryOptions } from "@tanstack/{{- .FrontendType -}}-query"; import { useClient } from '../useClient'; -import type { Ref } from 'vue' export default function use{{ camelCaseUpperSta $.Module.Pkg.Name }}() { const client = useClient(); @@ -118,4 +117,4 @@ export default function use{{ camelCaseUpperSta $.Module.Pkg.Name }}() { {{- end -}} {{- end }} } -} \ No newline at end of file +}