Skip to content

Commit 0948ad0

Browse files
eddbrandyscarney
authored andcommitted
docs(modal): remove unused Page component import
The Page decorator usage was removed in 73635f3.
1 parent e4cc672 commit 0948ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/modal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { windowDimensions } from '../../util/dom';
3737
*
3838
* @usage
3939
* ```ts
40-
* import { Page, Modal, NavController, NavParams } from 'ionic-angular';
40+
* import { Modal, NavController, NavParams } from 'ionic-angular';
4141
*
4242
* @Component(...)
4343
* class HomePage {

0 commit comments

Comments
 (0)