Skip to content

Commit

Permalink
fix up import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 5, 2024
1 parent 50642e4 commit fd7a7ed
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import type {
} from "@apollo/client/react/internal/index.js";
import { useTransportValue } from "./useTransportValue.js";
import type { QueryOptions } from "@apollo/client";
import { getApolloContext, createQueryPreloader } from "@apollo/client";
import {
getApolloContext,
createQueryPreloader,
} from "@apollo/client/index.js";
import { use } from "react";

export const hookWrappers: HookWrappers = {
Expand Down

0 comments on commit fd7a7ed

Please sign in to comment.