From 2177a77fcf93d16cb271133fd7a61c1c0c1a244a Mon Sep 17 00:00:00 2001 From: Julien Aldon Date: Fri, 20 Feb 2026 15:54:47 +0100 Subject: [PATCH] fix eslint --- frontend/src/components/Forms/Card/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";