Files
edr-platform/apps/edr-freight-web/backoffice/src/pages/consignments/ConsignmentsPage.tsx

13 lines
307 B
TypeScript

import FeaturePlaceholder from "@/components/FeaturePlaceholder";
const ConsignmentsPage = () => {
return (
<FeaturePlaceholder
title="Consignments"
description="Manage consignment handling, milestones, and internal exception resolution."
/>
);
};
export default ConsignmentsPage;