Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen authored and kabaros committed May 1, 2023
1 parent e3518fe commit 3bf86d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion services/data/src/react/hooks/useDataQuery.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { useState, useRef, useCallback, useDebugValue } from 'react'
import { useQuery, setLogger } from 'react-query'
import type { Query, QueryOptions, QueryResult, QueryVariables } from '../../engine'
import type {
Query,
QueryOptions,
QueryResult,
QueryVariables,
} from '../../engine'
import type { FetchError } from '../../engine/types/FetchError'
import type { QueryRenderInput, QueryRefetchFunction } from '../../types'
import { mergeAndCompareVariables } from './mergeAndCompareVariables'
Expand Down

0 comments on commit 3bf86d6

Please sign in to comment.