From 451f909043a25ea028647a56d26c00e53c230e80 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 10 Dec 2015 14:02:52 -0600 Subject: [PATCH] fix import --- ionic/components/app/test/storage/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/app/test/storage/index.ts b/ionic/components/app/test/storage/index.ts index a53f87c2bf..0c60345a83 100644 --- a/ionic/components/app/test/storage/index.ts +++ b/ionic/components/app/test/storage/index.ts @@ -1,5 +1,5 @@ import {Component} from 'angular2/core'; -import {Control, ControlGroup} 'angular2/common'; +import {Control, ControlGroup} from 'angular2/common'; import {App, Storage, LocalStorage, SqlStorage} from 'ionic/ionic';