Files
base_flutter/lib/features/auth/presentation/pages/pages.dart
2025-09-26 20:54:32 +07:00

7 lines
174 B
Dart

// Auth pages exports
//
// This file exports all auth-related pages for easy importing
// throughout the application.
export 'login_page.dart';
export 'register_page.dart';