diff --git a/frontend/src/components/Forms/Card/index.tsx b/frontend/src/components/Forms/Card/index.tsx index cbeda7a..9c2bc2f 100644 --- a/frontend/src/components/Forms/Card/index.tsx +++ b/frontend/src/components/Forms/Card/index.tsx @@ -1,7 +1,7 @@ import { ActionIcon, Badge, Box, Group, Paper, Text, Title, Tooltip } from "@mantine/core"; import { Link } from "react-router"; import type { Form } from "@/services/resources/forms"; -import { IconDownload, IconExternalLink, IconLink } from "@tabler/icons-react"; +import { IconDownload, IconExternalLink } from "@tabler/icons-react"; import { t } from "@/config/i18n"; import { useGetContractFileTemplate } from "@/services/api";