Skip to content

Commit 25c99ce

Browse files
committed
chore: fix formatting
1 parent e7102a2 commit 25c99ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/query-core/src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ export { MutationObserver } from './mutationObserver'
1111
export { notifyManager } from './notifyManager'
1212
export { focusManager } from './focusManager'
1313
export { onlineManager } from './onlineManager'
14-
export { hashQueryKey, replaceEqualDeep, isError, isServer, keepPreviousData } from './utils'
14+
export {
15+
hashQueryKey,
16+
replaceEqualDeep,
17+
isError,
18+
isServer,
19+
keepPreviousData,
20+
} from './utils'
1521
export type { MutationFilters, QueryFilters, Updater } from './utils'
1622
export { isCancelledError } from './retryer'
1723
export { dehydrate, hydrate } from './hydration'

0 commit comments

Comments
 (0)