mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(core): type collisions with namespace (#8809)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Observable, Frame } from '@nativescript/core';
|
||||
import { Observable, Frame, StackLayout } from '@nativescript/core';
|
||||
|
||||
export class HelloWorldModel extends Observable {
|
||||
viewDemo(args) {
|
||||
|
||||
Reference in New Issue
Block a user