Skip to content

Commit

Permalink
fix: Remove unintentional vue type import
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr authored Aug 22, 2023
1 parent e4ef6df commit 1c8cd76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ignite/pkg/cosmosgen/templates/composable/index.ts.tpl
Original file line number Diff line number Diff line change
@@ -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();
Expand Down Expand Up @@ -118,4 +117,4 @@ export default function use{{ camelCaseUpperSta $.Module.Pkg.Name }}() {
{{- end -}}
{{- end }}
}
}
}

0 comments on commit 1c8cd76

Please sign in to comment.