Skip to content

Commit

Permalink
fix: fix DataConnectQueryClient path (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanBahati authored Jan 13, 2025
1 parent 23bc043 commit 6ac29c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-example/src/app/rsc/data-connect/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Movies } from "@/examples/data-connect";
import { listMoviesRef } from "@dataconnect/default-connector";
import { DataConnectQueryClient } from "@tanstack-query-firebase/react";
import { DataConnectQueryClient } from "@tanstack-query-firebase/react/data-connect";
import { HydrationBoundary, dehydrate } from "@tanstack/react-query";

import "@/firebase";
Expand Down

0 comments on commit 6ac29c4

Please sign in to comment.