This repository was archived by the owner on Dec 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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' ;
7
7
import { Mode , OptionsCommon } from './loading-indicator.common' ;
8
8
9
9
export * from './loading-indicator.common' ;
Original file line number Diff line number Diff line change 1
- import { Color } from 'tns- core-modules /color' ;
1
+ import { Color } from '@nativescript/ core/color' ;
2
2
import { Mode , OptionsCommon } from './loading-indicator.common' ;
3
3
4
4
export * from './loading-indicator.common' ;
You can’t perform that action at this time.
0 commit comments