| Index: sky/examples/editor/editor_app.dart
|
| diff --git a/sky/examples/editor/editor_app.dart b/sky/examples/editor/editor_app.dart
|
| index 376aa434d2d237b6935138d91b4236937aa47150..58239c96c379a8e25b64274cecce43f0b08f2d86 100644
|
| --- a/sky/examples/editor/editor_app.dart
|
| +++ b/sky/examples/editor/editor_app.dart
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| import '../../framework/fn.dart';
|
| -import 'editable_text.dart';
|
| +import 'input.dart';
|
|
|
| class EditorApp extends App {
|
| Node build() {
|
| - return new EditableText();
|
| + return new Input();
|
| }
|
| }
|
|
|