1export * from "./customer-id"; 2import syncCustomer from "./sync-customer"; 3export { syncCustomer }; 4 5