Skip to content

Commit

Permalink
fix(#368): replace next/navigation with next/navigation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio authored and franky47 committed Oct 15, 2023
1 parent cdb7547 commit cc6dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-usequerystate/src/defs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useRouter } from 'next/navigation'
import { useRouter } from 'next/navigation.js' // https://github.com/47ng/next-usequerystate/discussions/352

export type Router = ReturnType<typeof useRouter>

Expand Down

0 comments on commit cc6dda6

Please sign in to comment.