| Index: sky/sdk/lib/widgets/animated_component.dart
|
| diff --git a/sky/sdk/lib/widgets/animated_component.dart b/sky/sdk/lib/widgets/animated_component.dart
|
| index 7793743b16ee5e5b31240a07777b78c3f6f8199f..c49168e033e0246a8809e85b405d12db8ca69884 100644
|
| --- a/sky/sdk/lib/widgets/animated_component.dart
|
| +++ b/sky/sdk/lib/widgets/animated_component.dart
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../animation/animation_performance.dart';
|
| -import 'basic.dart';
|
| +import 'package:sky/animation/animation_performance.dart';
|
| +import 'package:sky/widgets/basic.dart';
|
|
|
| abstract class AnimatedComponent extends StatefulComponent {
|
|
|
|
|