19 lines
464 B
Dart
19 lines
464 B
Dart
export '../home/presentation/guardian_dashboard_screen.dart'
|
|
show GuardianDashboardScreen;
|
|
|
|
export 'guardian_activity_log_screen.dart'
|
|
show
|
|
GuardianActivityLogScreen;
|
|
|
|
export 'guardian_ai_config_screen.dart'
|
|
show
|
|
GuardianAiConfigScreen;
|
|
|
|
export '../screens.dart'
|
|
show
|
|
GuardianMapScreen,
|
|
GuardianSendNotifScreen,
|
|
GuardianVoiceCmdScreen,
|
|
GuardianShortcutScreen,
|
|
GuardianGeofenceScreen;
|