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

7 lines
189 B
Dart

// Auth widgets exports
//
// This file exports all auth-related widgets for easy importing
// throughout the auth feature module.
export 'auth_button.dart';
export 'auth_text_field.dart';