File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/react/hooks/data-connect Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The hook manages the mutation process and provides an easy-to-use interface to m
16
16
## Usage
17
17
18
18
``` jsx
19
- import { useConnectQuery } from " ./useConnectQuery " ;
19
+ import { useConnectQuery } from " @tanstack-query-firebase/react " ;
20
20
import { listMoviesQuery } from " @/your-package-name/your-connector" ;
21
21
22
22
function Component () {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The hook simplifies the process of querying data from Firebase Data Connect and
16
16
## Usage
17
17
18
18
``` jsx
19
- import { useConnectQuery } from " ./useConnectQuery " ;
19
+ import { useConnectQuery } from " @tanstack-query-firebase/react " ;
20
20
import { listMoviesQuery } from " @/your-package-name/your-connector" ;
21
21
22
22
function Component () {
You can’t perform that action at this time.
0 commit comments