Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jan 7, 2024
1 parent 59d393a commit 4ae837b
Show file tree
Hide file tree
Showing 20 changed files with 558 additions and 546 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export * from "./lib/state/persistance/usePersistSignals"

// utils
export * from "./lib/utils/useUnmountObservable"
export * from "./lib/utils/retryBackoff"
export * from "./lib/utils/operators/retryBackoff"
export * from "./lib/utils/useLiveRef"

// higher helpers
Expand Down
374 changes: 0 additions & 374 deletions src/lib/queries/client/mutations/Mutation.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib/queries/client/mutations/cache/MutationCache.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type DefaultError } from "@tanstack/react-query"
import { Mutation } from "../Mutation"
import { Mutation } from "../mutation/Mutation"
import { type QueryClient } from "../../createClient"
import {
type MutationFilters,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/queries/client/mutations/cache/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Mutation } from "../Mutation"
import { type Mutation } from "../mutation/Mutation"
import { type MutationObserver } from "../observers/MutationObserver"

export type NotifyEventType =
Expand Down
Loading

0 comments on commit 4ae837b

Please sign in to comment.