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