Skip to content

Commit

Permalink
refactor: remove unused useQuery imports from data service
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Apr 20, 2024
1 parent ec46821 commit d4a8b21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/services/data/banis.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { useQuery } from '@tanstack/react-query'

import { languages } from '~/helpers/languages'
import * as gurbaniNow from '~/services/gurbaninow'
import { BaniData } from '~/types/data'
Expand Down
2 changes: 0 additions & 2 deletions src/services/data/shabads.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { useQuery } from '@tanstack/react-query'

import { languages } from '~/helpers/languages'
import * as gurbaniNow from '~/services/gurbaninow'
import { ShabadData } from '~/types/data'
Expand Down

0 comments on commit d4a8b21

Please sign in to comment.