Skip to content

Commit

Permalink
doc: Add missing import in tips-tricks.mdx (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaandy authored Oct 28, 2024
1 parent 107fcc1 commit c0bb912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/content/docs/tips-tricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All query states bound to the same key will be synchronized across components.
```ts title="hooks/useCoordinates.ts"
'use client'

import { parseAsFloat } from 'nuqs'
import { useQueryStates, parseAsFloat } from 'nuqs'

export function useCoordinates() {
return useQueryStates({
Expand Down

0 comments on commit c0bb912

Please sign in to comment.