Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit 2c26dc9

Browse files
committed
use ns/core dep
1 parent 027266e commit 2c26dc9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/loading-indicator.android.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as application from 'tns-core-modules/application';
2-
import { Color } from 'tns-core-modules/color';
3-
import { fromFileOrResource } from 'tns-core-modules/image-source';
4-
import { screen } from 'tns-core-modules/platform';
5-
import { Frame } from 'tns-core-modules/ui/frame';
6-
import { ad as androidUtils } from 'tns-core-modules/utils/utils';
1+
import * as application from '@nativescript/core/application';
2+
import { Color } from '@nativescript/core/color';
3+
import { fromFileOrResource } from '@nativescript/core/image-source';
4+
import { screen } from '@nativescript/core/platform';
5+
import { Frame } from '@nativescript/core/ui/frame';
6+
import { ad as androidUtils } from '@nativescript/core/utils/utils';
77
import { Mode, OptionsCommon } from './loading-indicator.common';
88

99
export * from './loading-indicator.common';

src/loading-indicator.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Color } from 'tns-core-modules/color';
1+
import { Color } from '@nativescript/core/color';
22
import { Mode, OptionsCommon } from './loading-indicator.common';
33

44
export * from './loading-indicator.common';

0 commit comments

Comments
 (0)