Files
bellsystems-cp/frontend/src/crm/customers/index.js

4 lines
178 B
JavaScript

export { default as CustomerList } from "./CustomerList";
export { default as CustomerForm } from "./CustomerForm";
export { default as CustomerDetail } from "./CustomerDetail";