Files
motovaultpro/backend/src/features/user-import/index.ts
Eric Gullickson 197927ef31
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 4m37s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 29s
Deploy to Staging / Verify Staging (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
test: add integration tests and documentation (refs #26)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 20:05:06 -06:00

7 lines
173 B
TypeScript

/**
* @ai-summary User import feature public API
* @ai-context Exports routes for registration in app.ts
*/
export { userImportRoutes } from './api/user-import.routes';