6 lines
332 B
TypeScript
6 lines
332 B
TypeScript
// Export the class-based service
|
|
export { DriverService, driverService } from './DriverService';
|
|
|
|
// Export backward compatibility functions
|
|
export { getDriverLeaderboard, completeDriverOnboarding, getCurrentDriver } from './DriverService';
|
|
export { registerDriver, getDriverRegistrationStatus } from './DriverRegistrationService'; |