We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a63de8 commit d43ba72Copy full SHA for d43ba72
workspaces/website/components/organisms/top-navigation/TopNavigation.tsx
@@ -2,7 +2,7 @@
2
import NextLink from 'next/link'
3
import classNames from 'classnames'
4
import { useWindowScroll } from '@/hooks'
5
-import { useRouter } from '@bprogress/next/app';
+import { useRouter } from 'next/navigation'
6
import Logo from '../../atoms/logo'
7
import Container from '../../atoms/container'
8
import Background from '../../atoms/background'
0 commit comments