Files
motovaultpro/backend/src/features/maintenance/index.ts
Eric Gullickson 5638d3960b Update
2025-10-16 19:20:30 -05:00

8 lines
241 B
TypeScript

/**
* @ai-summary Public API for maintenance feature capsule
* @ai-note This is the ONLY file other features should import from
*/
export { maintenanceRoutes } from './api/maintenance.routes';
export * from './domain/maintenance.types';