| Index: sky/examples/terminal/terminal.sky
|
| diff --git a/sky/examples/terminal/terminal.sky b/sky/examples/terminal/terminal.sky
|
| index 03d784c25de99624fc7890787a11a88fe18478c0..cecacdec96e5947b29e056eda383e599ac72be21 100644
|
| --- a/sky/examples/terminal/terminal.sky
|
| +++ b/sky/examples/terminal/terminal.sky
|
| @@ -3,8 +3,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -->
|
| -<import src="/sky/framework/sky-element.sky" />
|
| -<import src="/sky/framework/sky-scrollable.sky" />
|
| +<import src="/sky/framework/elements/sky-element.sky" />
|
| +<import src="/sky/framework/elements/sky-scrollable.sky" />
|
| <sky-element>
|
| <template>
|
| <style>
|
|
|