Skip to content

Commit

Permalink
fix wrong Link import
Browse files Browse the repository at this point in the history
  • Loading branch information
woohsi committed Jul 6, 2023
1 parent 6527d29 commit eb976c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can use [`usePathname()`](/docs/app/api-reference/functions/use-pathname) to
'use client'

import { usePathname } from 'next/navigation'
import { Link } from 'next/link'
import Link from 'next/link'

export function Navigation({ navLinks }) {
const pathname = usePathname()
Expand Down

0 comments on commit eb976c5

Please sign in to comment.