import { CrmListPage } from "./CrmListPage";
export function VendorsPage() {
return <CrmListPage entity="vendor" />;
}