File tree 2 files changed +2
-2
lines changed
packages/docs/content/docs
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ import {
530
530
parseAsInteger ,
531
531
parseAsString
532
532
} from ' nuqs/server'
533
- // Note: import from '…/parsers ' to avoid the "use client" directive
533
+ // Note: import from 'nuqs/server ' to avoid the "use client" directive
534
534
535
535
export const searchParamsCache = createSearchParamsCache ({
536
536
// List your search param keys and associated parsers here:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
21
21
parseAsInteger ,
22
22
parseAsString
23
23
} from ' nuqs/server'
24
- // Note: import from '…/parsers ' to avoid the "use client" directive
24
+ // Note: import from 'nuqs/server ' to avoid the "use client" directive
25
25
26
26
export const searchParamsCache = createSearchParamsCache ({
27
27
// List your search param keys and associated parsers here:
You can’t perform that action at this time.
0 commit comments