Files
mrp/client/src/modules/crm/VendorsPage.tsx

6 lines
122 B
TypeScript
Raw Normal View History

2026-03-14 16:08:29 -05:00
import { CrmListPage } from "./CrmListPage";
2026-03-14 14:44:40 -05:00
export function VendorsPage() {
2026-03-14 16:08:29 -05:00
return <CrmListPage entity="vendor" />;
2026-03-14 14:44:40 -05:00
}