mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 16:28:12 +00:00
13 lines
307 B
TypeScript
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;
|