Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: sky/framework/elements/sky-drawer.sky

Issue 1004533002: Fix some imports in sky/framework/elements. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/framework/elements/sky-ink-splash.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/elements/sky-drawer.sky
diff --git a/sky/framework/elements/sky-drawer.sky b/sky/framework/elements/sky-drawer.sky
index 542516c957c01a281369ba69104b137637179c9c..ba44aee627f720fa635becd6fb0b2697d06d102b 100644
--- a/sky/framework/elements/sky-drawer.sky
+++ b/sky/framework/elements/sky-drawer.sky
@@ -36,9 +36,9 @@
</div>
</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";
« no previous file with comments | « no previous file | sky/framework/elements/sky-ink-splash.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698