| Index: sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| diff --git a/sky/sdk/lib/framework/components2/popup_menu_item.dart b/sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| similarity index 96%
|
| rename from sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| rename to sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| index 78bb37f47bdc1f064a6f89d321c8f78258dfbd60..b0e3453baa6162ccae4f507bc6f71acd1c703e21 100644
|
| --- a/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| +++ b/sky/sdk/lib/framework/widgets/popup_menu_item.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 '../fn2.dart';
|
| +import 'wrappers.dart';
|
| import 'ink_well.dart';
|
|
|
| class PopupMenuItem extends Component {
|
|
|