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

Unified Diff: sky/examples/input/index.sky

Issue 983213005: Move material Input component into sky/framework (Closed) Base URL: git@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 | « sky/examples/editor/keyboard.dart ('k') | sky/examples/input/input_app.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/input/index.sky
diff --git a/sky/examples/editor/index.sky b/sky/examples/input/index.sky
similarity index 73%
rename from sky/examples/editor/index.sky
rename to sky/examples/input/index.sky
index d677e24b583b86cd2e4b6d89f0653ef028a4de50..bc438b89b61f6ad65708a5f6edede849e7c82f79 100644
--- a/sky/examples/editor/index.sky
+++ b/sky/examples/input/index.sky
@@ -2,9 +2,9 @@
<sky>
<import src="/sky/framework/debug/shake-to-reload.sky" />
<script>
-import 'editor_app.dart';
+import 'input_app.dart';
main() {
- new EditorApp();
+ new InputApp();
}
</script>
</sky>
« no previous file with comments | « sky/examples/editor/keyboard.dart ('k') | sky/examples/input/input_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698