Skip to content

Commit 0af6017

Browse files
committed
Use module path
1 parent 794c3bf commit 0af6017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ObservableQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import {
2020
preventUnhandledRejection,
2121
} from "@apollo/client/utilities";
2222
import { __DEV__ } from "@apollo/client/utilities/environment";
23+
import { toQueryResult } from "@apollo/client/utilities/internal";
2324
import { invariant } from "@apollo/client/utilities/invariant";
2425

25-
import { toQueryResult } from "../utilities/internal/toQueryResult.js";
2626

2727
import { equalByQuery } from "./equalByQuery.js";
2828
import { isNetworkRequestInFlight, NetworkStatus } from "./networkStatus.js";

0 commit comments

Comments
 (0)