diff --git a/core/eventbus/lib/event_bus_plus.dart b/core/eventbus/lib/event_bus.dart similarity index 50% rename from core/eventbus/lib/event_bus_plus.dart rename to core/eventbus/lib/event_bus.dart index 6eaec57c..e19ecc6a 100644 --- a/core/eventbus/lib/event_bus_plus.dart +++ b/core/eventbus/lib/event_bus.dart @@ -1,3 +1,3 @@ -library event_bus_plus; +library event_bus; export 'res/res.dart';