diff --git a/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx b/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx index 7cfac56af..5cc4fe5cf 100644 --- a/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx @@ -5,7 +5,6 @@ import { useState } from "react"; import { useNavigate } from "react-router-dom"; import { PROFILE_TYPE_LABELS } from "@/constants/profileMode"; import { - ActionNeededSection, FreightVolumeSection, HelloSection, InvoicesSection, @@ -14,7 +13,6 @@ import { ShipmentsSection, StatsSection, } from "./components"; -import { deriveActionItems } from "./actions"; import { useMyPortalData } from "./hooks"; export default function MyPortalPage() { @@ -30,7 +28,6 @@ export default function MyPortalPage() { recentContracts, activeContractsCount, allBookings, - allContracts, activeBookings, newActiveThisWeek, outstandingInvoices,