Completely removed the AngelBase
class
This commit is contained in:
parent
79818cf001
commit
99f9569695
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
export 'angel_base.dart';
|
||||
export 'anonymous_service.dart';
|
||||
export 'hooked_service.dart';
|
||||
export 'map_service.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';
|
||||
|
|
Loading…
Reference in a new issue