mandreshope 855770b428 refactor: Replaces Home page with Reception page
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.
2025-07-23 17:19:37 +03:00

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';