diff --git a/apps/ui-tests-app/pages/html-view.ts b/apps/ui-tests-app/pages/html-view.ts
index 608a576ac..c0549a9f2 100644
--- a/apps/ui-tests-app/pages/html-view.ts
+++ b/apps/ui-tests-app/pages/html-view.ts
@@ -1,6 +1,4 @@
-import observable = require("data/observable");
-
-export function pageLoaded(args) {
+export function pageLoaded(args) {
var page = args.object;
page.bindingContext = { html: "one
two" };