Files
edr-platform/apps/edr-freight-web/backoffice/src/pages/billing/BillingPage.tsx

13 lines
310 B
TypeScript

import FeaturePlaceholder from "@/components/FeaturePlaceholder";
const BillingPage = () => {
return (
<FeaturePlaceholder
title="Billing"
description="Review invoice activity, billing exceptions, and reconciliation tasks for freight operations."
/>
);
};
export default BillingPage;