This repository has been archived on 2024-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
ftc_patient_app/lib/controllers/export_controllers.dart

7 lines
345 B
Dart

export 'auth_module/export_auth_module.dart';
export 'rota/export_rota_controller.dart';
export 'clients/export_clients_controllers.dart';
export 'home/export_home_controllers.dart';
export 'notifications/export_notifications_controllers.dart';
export 'profile/export_profile_controllers.dart';
export 'custom_navigation_drawer_controller.dart';