Files

9 lines
425 B
Dart
Raw Permalink Normal View History

// This file now re-exports the consolidated BasePageLogic from rasadyar_core
// The BaseLogic class has been moved to the core package to eliminate duplication
2025-07-24 16:57:34 +03:30
export 'package:rasadyar_core/presentation/widget/base_page/logic.dart';
2025-07-24 16:57:34 +03:30
// Backward compatibility - can be removed in future versions
// import 'package:rasadyar_core/presentation/widget/base_page/logic.dart' as core;
// typedef BaseLogic = core.BasePageLogic;