8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
// This file is maintained for backward compatibility
|
|
// Import from the new consolidated API
|
|
export {
|
|
getCustomers,
|
|
getCustomerDetails,
|
|
type CustomerStats,
|
|
type CustomerResponse
|
|
} from '../lib/api';
|