7 lines
174 B
Dart
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'; |