| Index: sky/framework/elements/sky-ink-splash.sky
|
| diff --git a/sky/framework/elements/sky-ink-splash.sky b/sky/framework/elements/sky-ink-splash.sky
|
| index a56ebeb065b2cd87c293b3b9da5a05d0d83dfe86..2cd8e613381a274062d3f54cc98e5180571b4776 100644
|
| --- a/sky/framework/elements/sky-ink-splash.sky
|
| +++ b/sky/framework/elements/sky-ink-splash.sky
|
| @@ -31,9 +31,9 @@
|
| <div id="splash" />
|
| </template>
|
| <script>
|
| -import "animation/controller.dart";
|
| -import "animation/curves.dart";
|
| -import "animation/timer.dart";
|
| +import "../animation/controller.dart";
|
| +import "../animation/curves.dart";
|
| +import "../animation/timer.dart";
|
| import "dart:math" as math;
|
| import "dart:sky";
|
| import "dart:async";
|
|
|