| Index: sky/sdk/lib/framework/components/icon.dart
|
| diff --git a/sky/sdk/lib/framework/components/icon.dart b/sky/sdk/lib/framework/components/icon.dart
|
| index 28eab6f513dfdc484a8a6b90f7e8118a17ac736a..34951b0740daac3049f28a79c49c7257119cd654 100644
|
| --- a/sky/sdk/lib/framework/components/icon.dart
|
| +++ b/sky/sdk/lib/framework/components/icon.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_icon;
|
| +
|
| import '../fn.dart';
|
|
|
| // TODO(eseidel): This should use package:.
|
|
|