Index: sky/examples/stocks/index.sky |
diff --git a/sky/examples/widgets/index.sky b/sky/examples/stocks/index.sky |
similarity index 80% |
copy from sky/examples/widgets/index.sky |
copy to sky/examples/stocks/index.sky |
index 7d758ee561244cda7f8ca5b82b20cfce35f37a7f..6f7c1618fae88c8d343bdb3ed7e596855244af49 100644 |
--- a/sky/examples/widgets/index.sky |
+++ b/sky/examples/stocks/index.sky |
@@ -4,5 +4,5 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
--> |
-<import src="widget-root.sky"/> |
-<widget-root /> |
+<import src="stocks.sky" /> |
+<stocks /> |