Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 7, 2024
1 parent 7cd103e commit fc242f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/grants/components/grantee-card/grantee-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Link from 'next/link';
import { Button } from '@nextui-org/react';

import { getWebsiteText } from '@/shared/utils/get-website-text';
import { Divider } from '@/shared/components/divider';
import { ExternalIcon } from '@/shared/components/icons/external-icon';

import { Grantee } from '@/grants/core/schemas';
Expand Down

0 comments on commit fc242f4

Please sign in to comment.