Skip to content

Commit

Permalink
Missed adding .js to a few files (#307)
Browse files Browse the repository at this point in the history
Fixes #298 (again)

Missed another file. All these will automatically be caught once #186 is
merged.
  • Loading branch information
paul-sachs authored Dec 14, 2023
1 parent f9506e2 commit 998e03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connect-query/src/use-infinite-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import {
import type {
CreateInfiniteQueryOptions,
CreateSuspenseInfiniteQueryOptions,
} from "./create-use-infinite-query-options";
import { createUseInfiniteQueryOptions } from "./create-use-infinite-query-options";
} from "./create-use-infinite-query-options.js";
import { createUseInfiniteQueryOptions } from "./create-use-infinite-query-options.js";
import type { MethodUnaryDescriptor } from "./method-unary-descriptor.js";
import { useTransport } from "./use-transport.js";
import type { DisableQuery } from "./utils.js";
Expand Down

0 comments on commit 998e03f

Please sign in to comment.