Files
gridpilot.gg/apps/website/lib/services/drivers/index.ts
2025-12-17 19:25:10 +01:00

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';