Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Jun 9, 2024
1 parent 70a2ff5 commit 1ac4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/buttons/Secondary.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 1ac4f7d

Please sign in to comment.