mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix TypeScript 1.8 compile errors. Get rid of "ui" imports.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Page} from "ui";
|
||||
import {Page} from "ui/page";
|
||||
import {EventData as ObservableEventData} from "data/observable";
|
||||
|
||||
// Event handler for Page "navigatedTo" event attached in details-page.xml
|
||||
|
||||
Reference in New Issue
Block a user