| Index: sky/sdk/lib/framework/components/drawer.dart
|
| diff --git a/sky/sdk/lib/framework/components/drawer.dart b/sky/sdk/lib/framework/components/drawer.dart
|
| index 5959bab73c4c11753120738a7bcf340061bc336d..54bf499069ef928bfbf51ee1b64827b2d62d7a79 100644
|
| --- a/sky/sdk/lib/framework/components/drawer.dart
|
| +++ b/sky/sdk/lib/framework/components/drawer.dart
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +library components_drawer;
|
| +
|
| import 'animated_component.dart';
|
| import '../animation/animated_value.dart';
|
| import '../animation/curves.dart';
|
|
|