Skip to content

Commit fa58157

Browse files
committed
chore(radio-group): fix import order
1 parent 0483c4b commit fa58157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/renderer/renderToDrawlist/widgets/renderFormWidgets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
selectRecipe,
1414
sliderRecipe,
1515
} from "../../../ui/recipes.js";
16-
import { DEFAULT_PLACEHOLDER, getSelectDisplayText } from "../../../widgets/select.js";
1716
import {
1817
FIELD_ERROR_STYLE,
1918
FIELD_HINT_STYLE,
@@ -22,6 +21,7 @@ import {
2221
getFieldFooterText,
2322
shouldShowError,
2423
} from "../../../widgets/field.js";
24+
import { DEFAULT_PLACEHOLDER, getSelectDisplayText } from "../../../widgets/select.js";
2525
import {
2626
DEFAULT_SLIDER_TRACK_WIDTH,
2727
formatSliderValue,

0 commit comments

Comments
 (0)