From 0948ad05eb69ad239981b51b89d1e8d6a4baed90 Mon Sep 17 00:00:00 2001 From: Edd Hannay Date: Mon, 27 Jun 2016 18:59:36 +0100 Subject: [PATCH] docs(modal): remove unused Page component import The Page decorator usage was removed in 73635f393974dc6c44f69cf7814d22243f80a5c5. --- src/components/modal/modal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal.ts b/src/components/modal/modal.ts index 0f5d850c39..2f82d19ec6 100644 --- a/src/components/modal/modal.ts +++ b/src/components/modal/modal.ts @@ -37,7 +37,7 @@ import { windowDimensions } from '../../util/dom'; * * @usage * ```ts - * import { Page, Modal, NavController, NavParams } from 'ionic-angular'; + * import { Modal, NavController, NavParams } from 'ionic-angular'; * * @Component(...) * class HomePage {