8 lines
159 B
Dart
8 lines
159 B
Dart
/// Export all auth presentation pages
|
|
///
|
|
/// Contains all screens related to authentication
|
|
library;
|
|
|
|
export 'login_page.dart';
|
|
export 'register_page.dart';
|