Completely removed the AngelBase class

This commit is contained in:
Tobe O 2018-08-19 22:56:20 -04:00
parent 79818cf001
commit 99f9569695
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
export 'angel_base.dart';
export 'anonymous_service.dart';
export 'hooked_service.dart';
export 'map_service.dart';

View file

@ -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';