From 0ad617510e129611338586d91e719816904f94cc Mon Sep 17 00:00:00 2001 From: estifanos Date: Mon, 17 Aug 2026 10:22:32 +0000 Subject: [PATCH] fixes --- .../features/vessel-owner/pages/VesselOwnerDashboardPage.tsx | 2 -- .../app/features/vessel-owner/pages/VesselOwnerLoginPage.tsx | 1 - .../app/features/vessel-owner/pages/VesselOwnerRegisterPage.tsx | 1 - .../vessel-registration/pages/VesselRegistrationPage.tsx | 2 -- apps/portal/src/app/layouts/PortalLayout.tsx | 1 - 5 files changed, 7 deletions(-) diff --git a/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerDashboardPage.tsx b/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerDashboardPage.tsx index d7514b92f..3b123c73c 100644 --- a/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerDashboardPage.tsx +++ b/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerDashboardPage.tsx @@ -13,8 +13,6 @@ import { } from '@mantine/core'; import { IconAnchor, - IconCheck, - IconClock, IconInfoCircle, IconShip, } from '@tabler/icons-react'; diff --git a/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerLoginPage.tsx b/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerLoginPage.tsx index 6d687d2d6..fff4f8094 100644 --- a/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerLoginPage.tsx +++ b/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerLoginPage.tsx @@ -5,7 +5,6 @@ import { Anchor, Box, Button, - Center, Divider, Group, Paper, diff --git a/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerRegisterPage.tsx b/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerRegisterPage.tsx index 75d216232..0003a186e 100644 --- a/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerRegisterPage.tsx +++ b/apps/portal/src/app/features/vessel-owner/pages/VesselOwnerRegisterPage.tsx @@ -2,7 +2,6 @@ import { useState } from 'react'; import { useNavigate } from 'react-router-dom'; import { Alert, - Anchor, Box, Button, Divider, diff --git a/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx b/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx index 5fd6e5ecb..b20f20629 100644 --- a/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx +++ b/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx @@ -13,14 +13,12 @@ import { Text, ThemeIcon, Title, - rem, } from '@mantine/core'; import { IconAnchor, IconCheck, IconCircleCheck, IconAlertCircle, - IconFileDescription, IconShieldCheck, IconCertificate, IconDownload, diff --git a/apps/portal/src/app/layouts/PortalLayout.tsx b/apps/portal/src/app/layouts/PortalLayout.tsx index 5c8deaf54..82d70ba36 100644 --- a/apps/portal/src/app/layouts/PortalLayout.tsx +++ b/apps/portal/src/app/layouts/PortalLayout.tsx @@ -9,7 +9,6 @@ import { IconHome2, IconList, IconRubberStamp, - IconSend, IconShieldCheck, IconShieldOff, IconShip,