Skip to content

Commit 24080c6

Browse files
fixed imports
1 parent 58204b9 commit 24080c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/numeric-keyboard.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TextView } from "ui/text-view";
1+
import { TextView } from "tns-core-modules/ui/text-view";
22
import { Property, booleanConverter } from "tns-core-modules/ui/core/view";
33

44
export interface NumericKeyboardOptions {

src/numeric-keyboard.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Color } from "tns-core-modules/color";
12
import {
23
NumericKeyboardApi,
34
NumericKeyboardOptions,
@@ -9,7 +10,6 @@ import {
910
noReturnKeyProperty,
1011
noIpadInputBarProperty
1112
} from "./numeric-keyboard.common";
12-
import { Color } from "color";
1313

1414
// making sure this is retained
1515
let _numkeyboard: NumericKeyboard;

0 commit comments

Comments
 (0)