| Index: sky/sdk/lib/framework/components2/button_base.dart
|
| diff --git a/sky/sdk/lib/framework/components2/button_base.dart b/sky/sdk/lib/framework/components2/button_base.dart
|
| index df9e2c336c48a3a3df9a2e7e2eedd75fc3292967..ca00617d4d85d80b0e2c6439e8c408ab50c6bebd 100644
|
| --- a/sky/sdk/lib/framework/components2/button_base.dart
|
| +++ b/sky/sdk/lib/framework/components2/button_base.dart
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../fn.dart';
|
| +import '../fn2.dart';
|
|
|
| abstract class ButtonBase extends Component {
|
| bool highlight = false;
|
|
|