fix eslint
All checks were successful
Deploy Amap / deploy (push) Successful in 34s

This commit is contained in:
Julien Aldon
2026-02-20 15:54:47 +01:00
parent b662a6a1f0
commit 2177a77fcf

View File

@@ -1,7 +1,7 @@
import { ActionIcon, Badge, Box, Group, Paper, Text, Title, Tooltip } from "@mantine/core"; import { ActionIcon, Badge, Box, Group, Paper, Text, Title, Tooltip } from "@mantine/core";
import { Link } from "react-router"; import { Link } from "react-router";
import type { Form } from "@/services/resources/forms"; 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 { t } from "@/config/i18n";
import { useGetContractFileTemplate } from "@/services/api"; import { useGetContractFileTemplate } from "@/services/api";