Skip to content

Commit d43ba72

Browse files
committed
Fix website top navigation useRouter usage
1 parent 2a63de8 commit d43ba72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/website/components/organisms/top-navigation/TopNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import NextLink from 'next/link'
33
import classNames from 'classnames'
44
import { useWindowScroll } from '@/hooks'
5-
import { useRouter } from '@bprogress/next/app';
5+
import { useRouter } from 'next/navigation'
66
import Logo from '../../atoms/logo'
77
import Container from '../../atoms/container'
88
import Background from '../../atoms/background'

0 commit comments

Comments
 (0)