mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 20:05:41 +00:00
fix: unused imports
This commit is contained in:
@@ -1,13 +1,5 @@
|
|||||||
import {
|
import { Anchor, Group, Stack, Text } from "@mantine/core";
|
||||||
Anchor,
|
import { Paperclip } from "lucide-react";
|
||||||
Badge,
|
|
||||||
Card,
|
|
||||||
Group,
|
|
||||||
Stack,
|
|
||||||
Text,
|
|
||||||
ThemeIcon,
|
|
||||||
} from "@mantine/core";
|
|
||||||
import { FileText, Paperclip } from "lucide-react";
|
|
||||||
|
|
||||||
import { SmartFileInput } from "@edr/ui-common";
|
import { SmartFileInput } from "@edr/ui-common";
|
||||||
import type { IFileUploadSetting } from "@edr/types/freight";
|
import type { IFileUploadSetting } from "@edr/types/freight";
|
||||||
|
|||||||
Reference in New Issue
Block a user