mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: resolve incorrect imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { LayoutBase as LayoutBaseDefinition } from "./layout-base";
|
||||
import { View, CustomLayoutView, Property, AddChildFromBuilder, getViewById, Length, booleanConverter } from "../core/view";
|
||||
import { View, CustomLayoutView, Property, AddChildFromBuilder, getViewById, Length, booleanConverter } from "../../core/view";
|
||||
|
||||
export * from "../core/view";
|
||||
export * from "../../core/view";
|
||||
|
||||
export class LayoutBaseCommon extends CustomLayoutView implements LayoutBaseDefinition, AddChildFromBuilder {
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
* @module "ui/layouts/layout-base"
|
||||
*/ /** */
|
||||
|
||||
import { View, CustomLayoutView, Property, Length } from "../core/view";
|
||||
import { View, CustomLayoutView, Property, Length } from "../../core/view";
|
||||
|
||||
export * from "../core/view";
|
||||
export * from "../../core/view";
|
||||
|
||||
/**
|
||||
* Base class for all views that supports children positioning.
|
||||
|
||||
Reference in New Issue
Block a user