Files
edr-platform/apps/edr-freight-web/backoffice/src/pages/customers/NewCustomerPage.tsx

13 lines
309 B
TypeScript

import FeaturePlaceholder from "@/components/FeaturePlaceholder";
const NewCustomerPage = () => {
return (
<FeaturePlaceholder
title="Create Customer"
description="Register a new freight customer and prepare the account for operational use."
/>
);
};
export default NewCustomerPage;