| 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 f78b253dc6655346aed4c9b9e6884c37cf7471fc..da585fd1b4cdb2c5cad883e442c862ad29e56d1a 100644
|
| --- a/sky/examples/stocks2/lib/stock_arrow.dart
|
| +++ b/sky/examples/stocks2/lib/stock_arrow.dart
|
| @@ -2,14 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'package:sky/framework/fn2.dart';
|
| -import 'package:vector_math/vector_math.dart';
|
| +import 'dart:math' as math;
|
| +import 'dart:sky' as sky;
|
| +
|
| import 'package:sky/framework/rendering/box.dart';
|
| import 'package:sky/framework/rendering/object.dart';
|
| import 'package:sky/framework/theme2/colors.dart' as colors;
|
| -
|
| -import 'dart:math' as math;
|
| -import 'dart:sky' as sky;
|
| +import 'package:sky/framework/widgets/wrappers.dart';
|
|
|
| class StockArrow extends Component {
|
|
|
|
|