chore: cleanup android refs

This commit is contained in:
Nathan Walker
2025-07-15 12:01:45 -07:00
parent 7bc57216c0
commit 2fb70c1f10
27 changed files with 283 additions and 332 deletions

View File

@@ -1,4 +1,4 @@
import type { View } from '../../ui/core/view';
import type { View } from '../core/view';
declare namespace org {
namespace nativescript {

View File

@@ -1,4 +1,4 @@
import type { View } from '../../ui/core/view';
import type { View } from '../core/view';
/**
* Whether the app is embedded into a host project or standalone project