fix(android): native-helper utils types are now correct (#10231)

This commit is contained in:
Nathan Walker
2023-03-07 19:22:37 -08:00
committed by GitHub
parent 11cdf08ad7
commit 6779cdcb55
2 changed files with 1 additions and 83 deletions

View File

@@ -1,3 +1,3 @@
import { Application, Utils } from '@nativescript/core';
import { Application } from '@nativescript/core';
Application.run({ moduleName: 'app-root' });