| Index: sky/sdk/lib/framework/components/checkbox.dart
|
| diff --git a/sky/sdk/lib/framework/components/checkbox.dart b/sky/sdk/lib/framework/components/checkbox.dart
|
| index 1924f5cd6b94b2ddb89b703dcc4cd1cf384c0088..3e4bbf83252b44448ae1d7f9335e71fac37c54cb 100644
|
| --- a/sky/sdk/lib/framework/components/checkbox.dart
|
| +++ b/sky/sdk/lib/framework/components/checkbox.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_checkbox;
|
| +
|
| import '../fn.dart';
|
| import '../layout.dart';
|
| import 'button_base.dart';
|
|
|