| Index: sky/framework/components/drawer.dart
|
| diff --git a/sky/framework/components/drawer.dart b/sky/framework/components/drawer.dart
|
| index d28aede248b8228d6a5e7cc9962c0ece2733dd55..888ed7dc74cb1ae16a215038afc7d7d271149605 100644
|
| --- a/sky/framework/components/drawer.dart
|
| +++ b/sky/framework/components/drawer.dart
|
| @@ -7,8 +7,6 @@ import '../animation/animated_value.dart';
|
| import '../animation/curves.dart';
|
| import '../fn.dart';
|
| import '../theme/colors.dart';
|
| -import '../theme/shadows.dart';
|
| -import 'dart:async';
|
| import 'dart:math' as math;
|
| import 'dart:sky' as sky;
|
| import 'material.dart';
|
|
|