diff --git a/modules/examples/src/todo/app.js b/modules/examples/src/todo/app.js
index 626ba7d06b..a8a8c0d7fc 100644
--- a/modules/examples/src/todo/app.js
+++ b/modules/examples/src/todo/app.js
@@ -1,6 +1,5 @@
-import {DOM} from './dom';
+import {DOM} from 'facade/dom';
export class App {
- @field('input:Element')
constructor() {
this.input = null;
this.list = null;
diff --git a/modules/examples/src/todo/index.html b/modules/examples/src/todo/index.html
index 62023f7dd5..467b4caa94 100644
--- a/modules/examples/src/todo/index.html
+++ b/modules/examples/src/todo/index.html
@@ -9,12 +9,12 @@
<% } else { %>
-
+
-
+
-
+
<% } %>