erp-transportistas-v2/apps/frontend-mobile/src/screens/index.ts
Adrian Flores Cortes 04c2db7bbc [TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS] refactor: Migrate to canonical apps/ structure (ADR-0011)
- backend/ → apps/backend/, frontend/ → apps/frontend-web/, database/ → apps/database/
- mobile/ → apps/frontend-mobile/
- Updated .gitmodules, CLAUDE.md v2.0.0
- Added apps/_MAP.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 10:30:14 -06:00

10 lines
251 B
TypeScript

/**
* Screens Index
* ERP Transportistas Mobile
*/
export { LoginScreen } from './LoginScreen';
export { ViajeActualScreen } from './ViajeActualScreen';
export { ChecklistScreen } from './ChecklistScreen';
export { PODScreen } from './PODScreen';