From fa10d9e6b9e0b91d8faeeee274593335ae7517cb Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Mon, 24 Apr 2017 17:49:47 +0300 Subject: [PATCH] Removed unused import --- apps/app/ui-tests-app/perf/memory-leaks/background-image.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app/ui-tests-app/perf/memory-leaks/background-image.ts b/apps/app/ui-tests-app/perf/memory-leaks/background-image.ts index f21bb3ad0..648f10cb1 100644 --- a/apps/app/ui-tests-app/perf/memory-leaks/background-image.ts +++ b/apps/app/ui-tests-app/perf/memory-leaks/background-image.ts @@ -1,7 +1,6 @@ import * as frame from "tns-core-modules/ui/frame"; import { EventData } from "tns-core-modules/data/observable"; import { Page } from "tns-core-modules/ui/page"; -import { Label } from "tns-core-modules/ui/label"; import * as application from "tns-core-modules/application"; var indexCounter = 0;