diff --git a/lib/src/core/core.dart b/lib/src/core/core.dart index 999b2a6c..ebda0587 100644 --- a/lib/src/core/core.dart +++ b/lib/src/core/core.dart @@ -1,4 +1,3 @@ -export 'angel_base.dart'; export 'anonymous_service.dart'; export 'hooked_service.dart'; export 'map_service.dart'; diff --git a/lib/src/core/routable.dart b/lib/src/core/routable.dart index ec9c1fcf..7cee202a 100644 --- a/lib/src/core/routable.dart +++ b/lib/src/core/routable.dart @@ -3,7 +3,6 @@ library angel_framework.http.routable; import 'dart:async'; import 'package:angel_route/angel_route.dart'; import '../util.dart'; -import 'angel_base.dart'; import 'hooked_service.dart'; import 'metadata.dart'; import 'request_context.dart';