mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix automated tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Observable } from '@nativescript/core';
|
||||
import { EventData, Page } from '@nativescript/core';
|
||||
import { Observable, EventData, Page } from '@nativescript/core';
|
||||
|
||||
export function navigatingTo(args: EventData) {
|
||||
const page = <Page>args.object;
|
||||
|
||||
Reference in New Issue
Block a user