Skip to content

Commit

Permalink
fix: react-router import
Browse files Browse the repository at this point in the history
  • Loading branch information
micksabox committed May 7, 2024
1 parent b594fc5 commit 0b3e4e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import CognactiveIcon from 'src/assets/icons/cognactive-icon'
import { cn } from 'src/lib/utils'
import { Button } from '../ui/button'
import { Github } from 'lucide-react'
import { useMatches } from 'react-router'
import { Link, useNavigation } from '@remix-run/react'
import { Link, useNavigation, useMatches } from '@remix-run/react'
import { useSpinDelay } from 'spin-delay'
interface IProps {
className?: string
Expand Down

0 comments on commit 0b3e4e3

Please sign in to comment.