fix(docs): get rid of reference to @Page

This commit is contained in:
Justin Willis
2016-08-18 09:26:44 -05:00
committed by GitHub
parent 7ddebdd6a1
commit 6fb848cc4a

View File

@ -23,7 +23,7 @@ import { noop } from '../../util/util';
* *
* Where `pushPage` and `params` are specified in your component, * Where `pushPage` and `params` are specified in your component,
* and `pushPage` contains a reference to a * and `pushPage` contains a reference to a
* [@Page component](../../../config/Page/): * component you would like to push:
* *
* ```ts * ```ts
* import { LoginPage } from './login'; * import { LoginPage } from './login';