Skip to content

Commit 8867e7e

Browse files
authored
Refactor imports in index.ios.ts for clarity
1 parent 03b977b commit 8867e7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/switch/index.ios.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Color, SwitchBase, onBackgroundColorProperty } from './index-common';
1+
import { Color } from '@nativescript/core';
2+
import { SwitchBase, onBackgroundColorProperty } from './index-common';
23

34
// TODO: for now iOS uses system switch
45
export class Switch extends SwitchBase {

0 commit comments

Comments
 (0)