From fd7a7edb6d58c86ebdd685e99eb2c60256e81c8c Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 5 Apr 2024 13:28:19 +0200 Subject: [PATCH] fix up import --- .../src/DataTransportAbstraction/hooks.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/client-react-streaming/src/DataTransportAbstraction/hooks.ts b/packages/client-react-streaming/src/DataTransportAbstraction/hooks.ts index 9142f3dc..480cca16 100644 --- a/packages/client-react-streaming/src/DataTransportAbstraction/hooks.ts +++ b/packages/client-react-streaming/src/DataTransportAbstraction/hooks.ts @@ -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 = {