| Index: sky/sdk/lib/widgets/drawer.dart
|
| diff --git a/sky/sdk/lib/widgets/drawer.dart b/sky/sdk/lib/widgets/drawer.dart
|
| index 5a2501a7850ef0c1d1ec4c84da5e86c5614bd8e6..1a577bcd4620db48c2bcc8894579b83858c9c970 100644
|
| --- a/sky/sdk/lib/widgets/drawer.dart
|
| +++ b/sky/sdk/lib/widgets/drawer.dart
|
| @@ -2,12 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'dart:math' as math;
|
| import 'dart:sky' as sky;
|
|
|
| -import 'package:vector_math/vector_math.dart';
|
| -
|
| -import '../animation/animated_value.dart';
|
| import '../animation/animation_performance.dart';
|
| import '../animation/curves.dart';
|
| import '../theme/colors.dart';
|
|
|