elektronika/lib/app/pages/pages.dart

17 lines
451 B
Dart

library pages;
export 'auth/auth.dart';
export 'cart/cart.dart';
export 'category/screen.dart';
export 'dashboard/dashboard.dart';
export 'home/screen.dart';
export 'order/screen.dart';
export 'product/product.dart';
export 'product_list/product_list.dart';
export 'profile/profile.dart';
export 'search/search.dart';
export 'settings/settings.dart';
export 'subcategory/subcategory.dart';
export 'wishlist/screen.dart';
export 'splash/screen.dart';