fix: unused imports

This commit is contained in:
Nathnael
2026-06-26 13:07:29 +00:00
parent 1c076e0694
commit 9c9348d12d

View File

@@ -1,13 +1,5 @@
import {
Anchor,
Badge,
Card,
Group,
Stack,
Text,
ThemeIcon,
} from "@mantine/core";
import { FileText, Paperclip } from "lucide-react";
import { Anchor, Group, Stack, Text } from "@mantine/core";
import { Paperclip } from "lucide-react";
import { SmartFileInput } from "@edr/ui-common";
import type { IFileUploadSetting } from "@edr/types/freight";