From 0b3e4e349223a619974cdbcdbe64c0e25d1003d9 Mon Sep 17 00:00:00 2001 From: Michael Nolivos Date: Mon, 6 May 2024 22:12:20 -0400 Subject: [PATCH] fix: react-router import --- src/components/header/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/header/index.tsx b/src/components/header/index.tsx index 953671d..c4d26cc 100644 --- a/src/components/header/index.tsx +++ b/src/components/header/index.tsx @@ -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