From 9c9348d12d3d0d5da936ae8d21ab3c7aa41341d1 Mon Sep 17 00:00:00 2001 From: Nathnael Date: Fri, 26 Jun 2026 13:07:29 +0000 Subject: [PATCH] fix: unused imports --- .../src/components/onboarding/RoleLicenseStep.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx b/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx index adbeffc7c..451222841 100644 --- a/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx +++ b/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx @@ -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";