| Index: sky/sdk/lib/framework/components2/icon_button.dart
|
| diff --git a/sky/sdk/lib/framework/components2/icon_button.dart b/sky/sdk/lib/framework/components2/icon_button.dart
|
| index 7ed8d39020497fc1a2651b7ed482cfd165d17f45..8eab14a609dee2fac18e6a6a1a2b8a40101b15bc 100644
|
| --- a/sky/sdk/lib/framework/components2/icon_button.dart
|
| +++ b/sky/sdk/lib/framework/components2/icon_button.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';
|
| import 'icon.dart';
|
|
|
| class IconButton extends Component {
|
|
|