Skip to content

Commit 696f43f

Browse files
committed
chore: tsc fixes
1 parent 064b80e commit 696f43f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/label.android.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import {
2222
} from '@nativescript/core';
2323
import { Color } from '@nativescript/core/color';
2424
import { CSSShadow } from '@nativescript/core/ui/styling/css-shadow';
25-
import { Font, FontStyleType, FontWeightType } from '@nativescript/core/ui/styling/font';
25+
import { Font } from '@nativescript/core/ui/styling/font';
26+
import { FontStyleType, FontWeightType } from '@nativescript/core/ui/styling/font-common';
2627
import {
2728
Length,
2829
colorProperty,

0 commit comments

Comments
 (0)