diff --git a/src/components/ui/buttons/Secondary.tsx b/src/components/ui/buttons/Secondary.tsx index b40de7c..9d9ee10 100644 --- a/src/components/ui/buttons/Secondary.tsx +++ b/src/components/ui/buttons/Secondary.tsx @@ -1,5 +1,5 @@ import { Button } from '@chakra-ui/react'; -import { ReactElement } from 'react-markdown/lib/react-markdown'; +import { ReactElement } from 'react'; import { useNavigate } from 'react-router-dom'; interface SecondaryButtonProps {