This commit is contained in:
ghost2023
2026-07-02 13:44:07 +03:00
parent a1109c6623
commit 79490d5979

View File

@@ -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,