
Removes the dedicated `HomePage` and its associated model files. Configures `ReceptionPage` as the new default landing page after successful login and product form submission. Updates navigation and state management dependencies to direct users to the primary operational interface upon entry.
8 lines
286 B
Dart
8 lines
286 B
Dart
export 'login/login_page.dart';
|
|
export 'product/product_form/product_form_page.dart';
|
|
export 'scanner/scanner_page.dart';
|
|
export 'splash/splash_page.dart';
|
|
export 'product/product_list/product_list_page.dart';
|
|
export 'profile/profile_page.dart';
|
|
export 'operation/operation_page.dart';
|