| Index: sky/examples/stocks2/lib/stock_arrow.dart
 | 
| diff --git a/sky/examples/stocks2/lib/stock_arrow.dart b/sky/examples/stocks2/lib/stock_arrow.dart
 | 
| index 5395984f25cb2daaed62dc06fe9d2d151eddabf4..9ae135dc0e3f644c7f99aa5b43c4688a3aa8abdc 100644
 | 
| --- a/sky/examples/stocks2/lib/stock_arrow.dart
 | 
| +++ b/sky/examples/stocks2/lib/stock_arrow.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  import 'dart:math';
 | 
| -import 'package:sky/framework/fn.dart';
 | 
| -import 'package:sky/framework/layout.dart';
 | 
| +import 'package:sky/framework/fn2.dart';
 | 
| +import 'package:sky/framework/layout2.dart';
 | 
|  
 | 
|  class StockArrow extends Component {
 | 
|    static final Style _style = new Style('''
 | 
| 
 |